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

Diff for /src/usr.bin/su/su.c between version 1.59 and 1.60

version 1.59, 2010/12/09 15:45:30 version 1.60, 2010/12/09 15:50:55
Line 431 
Line 431 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr, "usage: %s [-fKLlm] [-a auth-type] [-c login-class] "          fprintf(stderr, "usage: %s [-fKLlm] [-a auth-type] [-c login-class] "
             "[login [shell arguments]]\n", __progname);              "[-s login-shell] [login [shell arguments]]\n", __progname);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60