[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.65 and 1.66

version 1.65, 2018/04/07 14:55:13 version 1.66, 2018/06/22 15:37:15
Line 454 
Line 454 
                 {"context",             no_argument,            0,      'c'},                  {"context",             no_argument,            0,      'c'},
                 {"debug",               required_argument,      0,      'x'},                  {"debug",               required_argument,      0,      'x'},
                 {"directory",           required_argument,      0,      'd'},                  {"directory",           required_argument,      0,      'd'},
                   {"dry-run",             no_argument,            0,      'C'},
                 {"ed",                  no_argument,            0,      'e'},                  {"ed",                  no_argument,            0,      'e'},
                 {"force",               no_argument,            0,      'f'},                  {"force",               no_argument,            0,      'f'},
                 {"forward",             no_argument,            0,      'N'},                  {"forward",             no_argument,            0,      'N'},

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66