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: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog tag.c
Date: Fri, 19 May 2006 22:12:53 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/05/19 22:12:52

Modified files:
        src            : ChangeLog tag.c 

Log message:
        * tag.c (tag_usage, rtag_usage): Clarify & correct usage.

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

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3415 ccvs/src/ChangeLog:1.3416
--- ccvs/src/ChangeLog:1.3415   Thu May 18 00:25:46 2006
+++ ccvs/src/ChangeLog  Fri May 19 22:12:52 2006
@@ -1,3 +1,7 @@
+2006-05-19  Derek Price  <address@hidden>
+
+       * tag.c (tag_usage, rtag_usage): Clarify & correct usage.
+
 2006-05-17  Mark D. Baushke  <address@hidden>
 
        * logmsg.c (logmsg_list_to_args_proc): Deal with T_CONFLICT
Index: ccvs/src/tag.c
diff -u ccvs/src/tag.c:1.145 ccvs/src/tag.c:1.146
--- ccvs/src/tag.c:1.145        Mon Apr 24 18:50:27 2006
+++ ccvs/src/tag.c      Fri May 19 22:12:52 2006
@@ -86,10 +86,10 @@
 static const char rtag_opts[] = "+aBbdFflnQqRr:D:";
 static const char *const rtag_usage[] =
 {
-    "Usage: %s %s [-abdFflnR] [-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\tMake the tag a \"branch\" tag, allowing concurrent development.\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",
     "\t-d\tDelete the given tag.\n",
     "\t-F\tMove tag if it already exists.\n",
     "\t-f\tForce a head revision match if tag/date not found.\n",
@@ -106,8 +106,8 @@
 static const char *const tag_usage[] =
 {
     "Usage: %s %s [-bcdFflR] [-r rev|-D date] tag [files...]\n",
-    "\t-b\tMake the tag a \"branch\" tag, allowing concurrent development.\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",
     "\t-c\tCheck that working files are unmodified.\n",
     "\t-d\tDelete the given tag.\n",
     "\t-F\tMove tag if it already exists.\n",




reply via email to

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