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

Diff for /src/usr.bin/touch/touch.c between version 1.16 and 1.17

version 1.16, 2007/06/18 11:20:58 version 1.17, 2007/08/06 19:16:06
Line 296 
Line 296 
         extern char     *__progname;          extern char     *__progname;
   
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: %s [-acm] [-r file] [-t time] file ...\n", __progname);              "usage: %s [-acm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n",
               __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17