cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog tag.c


From: Larry Jones
Subject: [Cvs-cvs] ccvs/src ChangeLog tag.c
Date: Sat, 20 May 2006 06:52:46 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Larry Jones <address@hidden>    06/05/20 06:52:45

Modified files:
        src            : ChangeLog tag.c 

Log message:
        * tag.c (rtag_usage): Required alternatives should use {}, not ().

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?tr1=1.3416&tr2=1.3417&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/tag.c.diff?tr1=1.146&tr2=1.147&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3416 ccvs/src/ChangeLog:1.3417
--- ccvs/src/ChangeLog:1.3416   Fri May 19 22:12:52 2006
+++ ccvs/src/ChangeLog  Sat May 20 06:52:45 2006
@@ -1,3 +1,7 @@
+2006-05-20  Lawrence Jones  <address@hidden>
+
+       * tag.c (rtag_usage): Required alternatives should use {}, not ().
+
 2006-05-19  Derek Price  <address@hidden>
 
        * tag.c (tag_usage, rtag_usage): Clarify & correct usage.
Index: ccvs/src/tag.c
diff -u ccvs/src/tag.c:1.146 ccvs/src/tag.c:1.147
--- ccvs/src/tag.c:1.146        Fri May 19 22:12:52 2006
+++ ccvs/src/tag.c      Sat May 20 06:52:45 2006
@@ -86,7 +86,7 @@
 static const char rtag_opts[] = "+aBbdFflnQqRr:D:";
 static const char *const rtag_usage[] =
 {
-    "Usage: %s %s [-aBbdFflnR] (-r rev|-D date) tag modules...\n",
+    "Usage: %s %s [-aBbdFflnR] {-r rev|-D date} tag modules...\n",
     "\t-a\tClear tag from removed files that would not otherwise be tagged.\n",
     "\t-B\tAllows -F and -d to disturb branch tags.  Use with extreme care.\n",
     "\t-b\tMake the tag a \"branch\" tag, allowing concurrent development.\n",




reply via email to

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