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

Diff for /src/usr.bin/cvs/rcs.c between version 1.21 and 1.22

version 1.21, 2005/01/13 20:50:57 version 1.22, 2005/01/14 00:47:44
Line 754 
Line 754 
 rcs_kflag_usage(void)  rcs_kflag_usage(void)
 {  {
         fprintf(stderr, "Valid expansion modes include:\n"          fprintf(stderr, "Valid expansion modes include:\n"
             "\t-kkv\t\tGenerate keywords using the default form.\n"              "\t-kkv\tGenerate keywords using the default form.\n"
             "\t-kkvl\t\tLike -kkv, except locker's name inserted.\n"              "\t-kkvl\tLike -kkv, except locker's name inserted.\n"
             "\t-kk\t\tGenerate only keyword names in keyword strings.\n"              "\t-kk\tGenerate only keyword names in keyword strings.\n"
             "\t-kv\t\tGenerate only keyword values in keyword strings.\n"              "\t-kv\tGenerate only keyword values in keyword strings.\n"
             "\t-ko\t\tGenerate the old keyword string "              "\t-ko\tGenerate old keyword string "
             "(no changes from checked in file).\n"              "(no changes from checked in file).\n"
             "\t-kb\t\tGenerate binary file unmodified (merges not allowed).\n");              "\t-kb\tGenerate binary file unmodified (merges not allowed).\n");
 }  }
   
 /*  /*

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22