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

Diff for /src/usr.bin/stat/stat.c between version 1.13 and 1.14

version 1.13, 2008/06/26 05:42:21 version 1.14, 2009/06/24 09:44:25
Line 174 
Line 174 
         timefmt = NULL;          timefmt = NULL;
   
         options = "f:FlLnqrst:x";          options = "f:FlLnqrst:x";
         synopsis = "[-FlLnqrsx] [-f format] [-t timefmt] [file ...]";          synopsis = "[-FLnq] [-f format | -l | -r | -s | -x] "
               "[-t timefmt] [file ...]";
   
         while ((ch = getopt(argc, argv, options)) != -1)          while ((ch = getopt(argc, argv, options)) != -1)
                 switch (ch) {                  switch (ch) {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14