[BACK]Return to patch.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / patch

Diff for /src/usr.bin/patch/patch.c between version 1.44 and 1.45

version 1.44, 2006/03/11 19:41:30 version 1.45, 2007/04/18 21:52:24
Line 605 
Line 605 
 usage(void)  usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
 "usage: patch [-bcCeEflnNRstuv] [-B backup-prefix] [-d directory] [-D symbol]\n"  "usage: patch [-bCcEeflNnRstuv] [-B backup-prefix] [-D symbol] [-d directory]\n"
 "             [-F max-fuzz] [-i patchfile] [-o out-file] [-p strip-count]\n"  "             [-F max-fuzz] [-i patchfile] [-o out-file] [-p strip-count]\n"
 "             [-r rej-name] [-V {numbered,existing,simple}] [-z backup-ext]\n"  "             [-r rej-name] [-V t | nil | never] [-x number] [-z backup-ext]\n"
 "             [origfile [patchfile]]\n");  "             [--posix] [origfile [patchfile]]\n"
   "       patch <patchfile\n");
         my_exit(EXIT_SUCCESS);          my_exit(EXIT_SUCCESS);
 }  }
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45