/[cvs]/ccvs/src/commit.c
ViewVC logotype

Diff of /ccvs/src/commit.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.255.2.1 by dprice, Wed Oct 12 02:46:36 2005 UTC revision 1.255.2.2 by dprice, Wed Oct 12 03:22:54 2005 UTC
# Line 88  static time_t last_register_time; Line 88  static time_t last_register_time;
88    
89  static const char *const commit_usage[] =  static const char *const commit_usage[] =
90  {  {
91      "Usage: %s %s [-cRlf] [-m msg | -F logfile] [-r rev] files...\n",      "Usage: %s %s [-cRlf] [-m msg | -F logfile] [-r rev]\n",
92        "                  [-g | --sign | --nosign] [--sign-template template]\n",
93        "                  [--sign-arg arg]... files...\n",
94        "\n",
95      "    -c          Check for valid edits before committing.\n",      "    -c          Check for valid edits before committing.\n",
96      "    -R          Process directories recursively.\n",      "    -R          Process directories recursively.\n",
97      "    -l          Local directory only (not recursive).\n",      "    -l          Local directory only (not recursive).\n",
# Line 96  static const char *const commit_usage[] Line 99  static const char *const commit_usage[]
99      "    -F logfile  Read the log message from file.\n",      "    -F logfile  Read the log message from file.\n",
100      "    -m msg      Log message.\n",      "    -m msg      Log message.\n",
101      "    -r rev      Commit to this branch or trunk revision.\n",      "    -r rev      Commit to this branch or trunk revision.\n",
102        "\n",
103        "    -g | --sign | --nosign\n",
104        "                Force (or forbid) OpenPGP signatures (default autonegotiates).\n",
105        "    --sign-template template\n",
106        "                Use template to generate OpenPGP signatures.\n",
107        "    --sign-arg arg\n",
108        "                Pass argument to template.\n",
109      "(Specify the --help global option for a list of other help options)\n",      "(Specify the --help global option for a list of other help options)\n",
110      NULL      NULL
111  };  };

Legend:
Removed from v.1.255.2.1  
changed lines
  Added in v.1.255.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26