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

Diff for /src/usr.bin/htpasswd/htpasswd.c between version 1.7 and 1.8

version 1.7, 2014/03/18 17:47:04 version 1.8, 2014/03/19 14:56:44
Line 37 
Line 37 
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "usage:\t%s [file] login\n", __progname);          fprintf(stderr, "usage:\t%s [file] login\n", __progname);
         fprintf(stderr, "\t%s [file]\n", __progname);          fprintf(stderr, "\t%s -B [file]\n", __progname);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8