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

Diff of /ccvs/src/watch.c

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

revision 1.32.4.4 by dprice, Sat Mar 20 18:14:57 2004 UTC revision 1.32.4.5 by dprice, Thu Sep 15 01:48:27 2005 UTC
# Line 18  Line 18 
18  const char *const watch_usage[] =  const char *const watch_usage[] =
19  {  {
20      "Usage: %s %s {on|off|add|remove} [-lR] [-a <action>]... [<path>]...\n",      "Usage: %s %s {on|off|add|remove} [-lR] [-a <action>]... [<path>]...\n",
21      "on/off: turn on/off read-only checkouts of files\n",      "on/off: Turn on/off read-only checkouts of files.\n",
22      "add/remove: add or remove notification on actions\n",      "add/remove: Add or remove notification on actions.\n",
23      "-l (on/off/add/remove): Local directory only, not recursive\n",      "-l (on/off/add/remove): Local directory only, not recursive.\n",
24      "-R (on/off/add/remove): Process directories recursively (default)\n",      "-R (on/off/add/remove): Process directories recursively (default).\n",
25      "-a (add/remove): Specify what actions, one of\n",      "-a (add/remove): Specify what actions, one of: `edit', `unedit',\n",
26      "    edit,unedit,commit,all,none (defaults to all, multiple -a\n",      "                 `commit', `all', or `none' (defaults to `all').\n",
27      "    options are permitted)\n",      "(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",  
28      NULL      NULL
29  };  };
30    
# Line 407  watch (argc, argv) Line 406  watch (argc, argv)
406    
407  static const char *const watchers_usage[] =  static const char *const watchers_usage[] =
408  {  {
409      "Usage: %s %s [-lR] [files...]\n",      "Usage: %s %s [-lR] [<file>]...\n",
410      "\t-l\tProcess this directory only (not recursive).\n",      "-l\tProcess this directory only (not recursive).\n",
411      "\t-R\tProcess directories recursively.\n",      "-R\tProcess directories recursively (default).\n",
412      "(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",
413      NULL      NULL
414  };  };
415    

Legend:
Removed from v.1.32.4.4  
changed lines
  Added in v.1.32.4.5

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