diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-08-31 21:01:30 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-08-31 21:01:30 +0000 |
commit | 02bb00339200f8330ae96d95a76ddb372aa5a756 (patch) | |
tree | 0f7821e99a7f35f038fc539141d16bd477329861 /usr.bin/ssh | |
parent | 27feb465c7a16c0600db50d56514a1a831b5854e (diff) |
document -e and -h; prodded by jmc@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sftp-server.8 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-server.8 b/usr.bin/ssh/sftp-server.8 index 0f7963e279d..ee73c345b98 100644 --- a/usr.bin/ssh/sftp-server.8 +++ b/usr.bin/ssh/sftp-server.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp-server.8,v 1.16 2009/08/27 17:43:00 djm Exp $ +.\" $OpenBSD: sftp-server.8,v 1.17 2009/08/31 21:01:29 djm Exp $ .\" .\" Copyright (c) 2000 Markus Friedl. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 27 2009 $ +.Dd $Mdocdate: August 31 2009 $ .Dt SFTP-SERVER 8 .Os .Sh NAME @@ -30,6 +30,7 @@ .Nd SFTP server subsystem .Sh SYNOPSIS .Nm sftp-server +.Op Fl eh .Op Fl f Ar log_facility .Op Fl l Ar log_level .Op Fl u Ar umask @@ -55,12 +56,20 @@ for more information. .Pp Valid options are: .Bl -tag -width Ds +.It Fl e +Causes +.Nm +to print logging information to stderr instead of syslog for debugging. .It Fl f Ar log_facility Specifies the facility code that is used when logging messages from .Nm . The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7. The default is AUTH. +.It Fl h +Displays +.Nm +usage information. .It Fl l Ar log_level Specifies which messages will be logged by .Nm . |