cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/edit.c [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/edit.c [cvs1-11-x-branch]
Date: Wed, 14 Sep 2005 21:48:28 -0400

Index: ccvs/src/edit.c
diff -u ccvs/src/edit.c:1.57.4.6 ccvs/src/edit.c:1.57.4.7
--- ccvs/src/edit.c:1.57.4.6    Thu Sep 15 01:22:21 2005
+++ ccvs/src/edit.c     Thu Sep 15 01:48:26 2005
@@ -362,11 +362,11 @@
 static const char *const edit_usage[] =
 {
     "Usage: %s %s [-lR] [-a <action>]... [<file>]...\n",
-    "-l: Local directory only, not recursive\n",
-    "-R: Process directories recursively\n",
-    "-a: Specify action to register for temporary watch, one of\n",
-    "    edit,unedit,commit,all,none (defaults to `all')\n",
-    "(Specify the --help global option for a list of other help options)\n",
+    "-l\tLocal directory only, not recursive.\n",
+    "-R\tProcess directories recursively (default).\n",
+    "-a\tSpecify action to register for temporary watch, one of:\n",
+    "  \t`edit', `unedit', `commit', `all', or `none' (defaults to `all').\n",
+    "(Specify the --help global option for a list of other help options.)\n",
     NULL
 };
 
@@ -576,10 +576,10 @@
 
 static const char *const unedit_usage[] =
 {
-    "Usage: %s %s [-lR] [files...]\n",
-    "-l: Local directory only, not recursive\n",
-    "-R: Process directories recursively\n",
-    "(Specify the --help global option for a list of other help options)\n",
+    "Usage: %s %s [-lR] [<file>]...\n",
+    "-l\tLocal directory only, not recursive.\n",
+    "-R\tProcess directories recursively (default).\n",
+    "(Specify the --help global option for a list of other help options.)\n",
     NULL
 };
 
@@ -1045,10 +1045,10 @@
 
 static const char *const editors_usage[] =
 {
-    "Usage: %s %s [-lR] [files...]\n",
-    "\t-l\tProcess this directory only (not recursive).\n",
-    "\t-R\tProcess directories recursively.\n",
-    "(Specify the --help global option for a list of other help options)\n",
+    "Usage: %s %s [-lR] [<file>]...\n",
+    "-l\tProcess this directory only (not recursive).\n",
+    "-R\tProcess directories recursively (default).\n",
+    "(Specify the --help global option for a list of other help options.)\n",
     NULL
 };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]