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

Diff of /ccvs/src/edit.c

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

revision 1.86 by jhyslop, Thu Aug 4 01:04:32 2005 UTC revision 1.87 by dprice, Thu Sep 15 01:31:44 2005 UTC
# Line 437  edit_fileproc (void *callerdat, struct f Line 437  edit_fileproc (void *callerdat, struct f
437    
438  static const char *const edit_usage[] =  static const char *const edit_usage[] =
439  {  {
440      "Usage: %s %s [-cflR] [files...]\n",      "Usage: %s %s [-lRcf] [-a <action>]... [<file>]...\n",
     "-c: Check that working files are unedited\n",  
     "-f: Force edit if working files are edited (default)\n",  
441      "-l: Local directory only, not recursive\n",      "-l: Local directory only, not recursive\n",
442      "-R: Process directories recursively\n",      "-R: Process directories recursively\n",
443      "-a: Specify what actions for temporary watch, one of\n",      "-a: Specify action to register for temporary watch, one of\n",
444      "    edit,unedit,commit,all,none\n",      "    `edit', `unedit', `commit', `all', `none' (defaults to `all')\n",
445        "-c: Check for <file>s edited by others and abort if found\n",
446        "-f: Allow edit if <file>s are edited by others (default)\n",
447      "(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",
448      NULL      NULL
449  };  };

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

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