diff options
author | 2014-01-23 08:09:08 +0000 | |
---|---|---|
committer | 2014-01-23 08:09:08 +0000 | |
commit | 4a219004563deaca43987dedc7be49bc3d37b9ea (patch) | |
tree | 620e08ff7e12ac75f75c4776eb517f07f1404c2a | |
parent | Verify both the signature and the checksum in check_sig(). (diff) | |
download | wireguard-openbsd-4a219004563deaca43987dedc7be49bc3d37b9ea.tar.xz wireguard-openbsd-4a219004563deaca43987dedc7be49bc3d37b9ea.zip |
tweak previous;
-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 |