=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/ftp/main.c 1998/06/08 16:55:58 1.40 --- src/usr.bin/ftp/main.c 1998/09/19 20:12:31 1.41 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.40 1998/06/08 16:55:58 millert Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.41 1998/09/19 20:12:31 millert Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.40 1998/06/08 16:55:58 millert Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.41 1998/09/19 20:12:31 millert Exp $"; #endif #endif /* not lint */ *************** *** 171,177 **** if (isatty(fileno(ttyout)) && !dumb_terminal && foregroundproc()) progress = 1; /* progress bar on if tty is usable */ ! while ((ch = getopt(argc, argv, "Aadegino:pP:r:tvV")) != -1) { switch (ch) { case 'A': activefallback = 0; --- 171,177 ---- if (isatty(fileno(ttyout)) && !dumb_terminal && foregroundproc()) progress = 1; /* progress bar on if tty is usable */ ! while ((ch = getopt(argc, argv, "Aadegimno:pP:r:tvV")) != -1) { switch (ch) { case 'A': activefallback = 0; *************** *** 199,204 **** --- 199,208 ---- case 'i': interactive = 0; + break; + + case 'm': + progress = 1; break; case 'n':