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

Diff for /src/usr.bin/cvs/status.c between version 1.79 and 1.80

version 1.79, 2008/01/28 20:31:07 version 1.80, 2008/01/31 10:15:05
Line 27 
Line 27 
 static int show_sym = 0;  static int show_sym = 0;
   
 struct cvs_cmd cvs_cmd_status = {  struct cvs_cmd cvs_cmd_status = {
         CVS_OP_STATUS, 0, "status",          CVS_OP_STATUS, CVS_USE_WDIR, "status",
         { "st", "stat" },          { "st", "stat" },
         "Display status information on checked out files",          "Display status information on checked out files",
         "[-lRv]",          "[-lRv]",

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80