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

Diff for /src/usr.bin/rsh/Attic/rsh.c between version 1.26 and 1.27

version 1.26, 2002/05/06 22:50:03 version 1.27, 2002/06/09 05:50:33
Line 488 
Line 488 
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: rsh [-nd%s]%s[-l login] host [command]\n",              "usage: rsh [-Kdn%s]%s[-l username] hostname [command]\n",
 #ifdef KERBEROS  #ifdef KERBEROS
             "x", " [-k realm] ");              "x", " [-k realm] ");
 #else  #else

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27