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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/edit.c
Date: Wed, 14 Sep 2005 21:52:27 -0400

Index: ccvs/src/edit.c
diff -u ccvs/src/edit.c:1.87 ccvs/src/edit.c:1.88
--- ccvs/src/edit.c:1.87        Thu Sep 15 01:31:44 2005
+++ ccvs/src/edit.c     Thu Sep 15 01:52:26 2005
@@ -438,13 +438,13 @@
 static const char *const edit_usage[] =
 {
     "Usage: %s %s [-lRcf] [-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",
-    "-c: Check for <file>s edited by others and abort if found\n",
-    "-f: Allow edit if <file>s are edited by others (default)\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', `none' (defaults to `all').\n",
+    "-c\tCheck for <file>s edited by others and abort if found.\n",
+    "-f\tAllow edit if <file>s are edited by others (default).\n",
+    "(Specify the --help global option for a list of other help options.)\n",
     NULL
 };
 
@@ -712,10 +712,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
 };
 
@@ -1165,10 +1165,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]