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

Diff for /src/usr.bin/tftp/main.c between version 1.32 and 1.33

version 1.32, 2012/05/02 13:41:15 version 1.33, 2012/05/21 13:14:30
Line 344 
Line 344 
         char    *cp, *targ;          char    *cp, *targ;
   
         if (argc < 2) {          if (argc < 2) {
                 strlcpy(line, "send ", sizeof(line));                  strlcpy(line, "put ", sizeof(line));
                 printf("(file) ");                  printf("(file) ");
                 readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin);                  readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin);
                 if (makeargv())                  if (makeargv())

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33