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

Diff for /src/usr.bin/chpass/chpass.c between version 1.35 and 1.36

version 1.35, 2008/06/19 19:16:04 version 1.36, 2008/07/08 21:30:15
Line 296 
Line 296 
             "usage: %s [-l%s] [-s newshell] [user]\n",              "usage: %s [-l%s] [-s newshell] [user]\n",
             __progname, use_yp ? "y" : "");              __progname, use_yp ? "y" : "");
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: %s [-l] -a list\n", __progname);              "       %s [-l] -a list\n", __progname);
 #else  #else
         (void)fprintf(stderr, "usage: %s [-s newshell] [user]\n", __progname);          (void)fprintf(stderr, "usage: %s [-s newshell] [user]\n", __progname);
         (void)fprintf(stderr, "usage: %s -a list\n", __progname);          (void)fprintf(stderr, "       %s -a list\n", __progname);
 #endif  #endif
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36