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

Diff of /ccvs/src/patch.c

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

revision 1.105 by scjones, Fri Sep 2 21:51:09 2005 UTC revision 1.106 by scjones, Thu Sep 22 23:26:25 2005 UTC
# Line 46  static int unidiff = 0; Line 46  static int unidiff = 0;
46    
47  static const char *const patch_usage[] =  static const char *const patch_usage[] =
48  {  {
49      "Usage: %s %s [-flR] [-c|-u] [-s|-t] [-V %%d]\n",      "Usage: %s %s [-flR] [-c|-u] [-s|-t] [-V %%d] [-k kopt]\n",
50      "    -r rev|-D date [-r rev2 | -D date2] modules...\n",      "    -r rev|-D date [-r rev2 | -D date2] modules...\n",
51      "\t-f\tForce a head revision match if tag/date not found.\n",      "\t-f\tForce a head revision match if tag/date not found.\n",
52      "\t-l\tLocal directory only, not recursive\n",      "\t-l\tLocal directory only, not recursive\n",
# Line 55  static const char *const patch_usage[] = Line 55  static const char *const patch_usage[] =
55      "\t-u\tUnidiff format.\n",      "\t-u\tUnidiff format.\n",
56      "\t-s\tShort patch - one liner per file.\n",      "\t-s\tShort patch - one liner per file.\n",
57      "\t-t\tTop two diffs - last change made to the file.\n",      "\t-t\tTop two diffs - last change made to the file.\n",
58        "\t-V vers\tUse RCS Version \"vers\" for keyword expansion.\n",
59        "\t-k kopt\tSpecify keyword expansion mode.\n",
60      "\t-D date\tDate.\n",      "\t-D date\tDate.\n",
61      "\t-r rev\tRevision - symbolic or numeric.\n",      "\t-r rev\tRevision - symbolic or numeric.\n",
     "\t-V vers\tUse RCS Version \"vers\" for keyword expansion.\n",  
62      "(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",
63      NULL      NULL
64  };  };

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

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