cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/commit.c [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/commit.c [signed-commits]
Date: Tue, 11 Oct 2005 23:22:59 -0400

Index: ccvs/src/commit.c
diff -u ccvs/src/commit.c:1.255.2.1 ccvs/src/commit.c:1.255.2.2
--- ccvs/src/commit.c:1.255.2.1 Wed Oct 12 02:46:36 2005
+++ ccvs/src/commit.c   Wed Oct 12 03:22:54 2005
@@ -88,7 +88,10 @@
 
 static const char *const commit_usage[] =
 {
-    "Usage: %s %s [-cRlf] [-m msg | -F logfile] [-r rev] files...\n",
+    "Usage: %s %s [-cRlf] [-m msg | -F logfile] [-r rev]\n",
+    "                  [-g | --sign | --nosign] [--sign-template template]\n",
+    "                  [--sign-arg arg]... files...\n",
+    "\n",
     "    -c          Check for valid edits before committing.\n",
     "    -R          Process directories recursively.\n",
     "    -l          Local directory only (not recursive).\n",
@@ -96,6 +99,13 @@
     "    -F logfile  Read the log message from file.\n",
     "    -m msg      Log message.\n",
     "    -r rev      Commit to this branch or trunk revision.\n",
+    "\n",
+    "    -g | --sign | --nosign\n",
+    "                Force (or forbid) OpenPGP signatures (default 
autonegotiates).\n",
+    "    --sign-template template\n",
+    "                Use template to generate OpenPGP signatures.\n",
+    "    --sign-arg arg\n",
+    "                Pass argument to template.\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]