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

Diff for /src/usr.bin/ssh/scp.c between version 1.71 and 1.72

version 1.71, 2001/05/19 16:05:41 version 1.72, 2001/06/03 19:38:42
Line 249 
Line 249 
                         ssh_program = xstrdup(optarg);                          ssh_program = xstrdup(optarg);
                         break;                          break;
                 case 'v':                  case 'v':
                           addargs(&args, "-v");
                         verbose_mode = 1;                          verbose_mode = 1;
                         break;                          break;
                 case 'q':                  case 'q':

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72