diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-23 08:09:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-23 08:09:09 +0000 |
commit | d45a217a4c1896732e226b5ca938792893827763 (patch) | |
tree | f22e6347547bde6466f5204407ac713520c9d83a /usr.bin/ftp | |
parent | 30f1c771b1401d830755c4749e0ca8ac83ff07d4 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 0341c3d0486..c3441814ef2 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.90 2014/01/23 00:39:15 deraadt Exp $ +.\" $OpenBSD: ftp.1,v 1.91 2014/01/23 08:09:08 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -39,7 +39,7 @@ .Sh SYNOPSIS .Nm ftp .Op Fl 46AadEegimnptVv -.Op Fl D Ar action +.Op Fl D Ar title .Op Fl k Ar seconds .Op Fl P Ar port .Op Fl r Ar seconds @@ -147,10 +147,12 @@ If both the environment variable is set and the .Fl c argument is given, the latter takes precedence. +.It Fl D Ar title +Specify a short +.Ar title +for the start of the progress bar. .It Fl d Enables debugging. -.It Fl D -Specify a short title for the start of the progress bar. .It Fl E Disables EPSV/EPRT command on IPv4 connections. .It Fl e |