diff options
author | 2016-09-02 20:38:05 +0000 | |
---|---|---|
committer | 2016-09-02 20:38:05 +0000 | |
commit | 59e8430e20ca36d508ed5fed085596bf208bb5d2 (patch) | |
tree | 9dac0c464a6042e8d0c410b44ac9888ba966f870 | |
parent | shorten s_server; (diff) | |
download | wireguard-openbsd-59e8430e20ca36d508ed5fed085596bf208bb5d2.tar.xz wireguard-openbsd-59e8430e20ca36d508ed5fed085596bf208bb5d2.zip |
clarify that -L will exit without running a command.
-rw-r--r-- | usr.bin/doas/doas.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/doas/doas.1 b/usr.bin/doas/doas.1 index bbbb901b8d5..c56a555788e 100644 --- a/usr.bin/doas/doas.1 +++ b/usr.bin/doas/doas.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: doas.1,v 1.17 2016/09/02 18:12:30 tedu Exp $ +.\" $OpenBSD: doas.1,v 1.18 2016/09/02 20:38:05 tedu Exp $ .\" .\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> .\" @@ -68,7 +68,9 @@ will be printed on standard output, depending on command matching results. No command is executed. .It Fl L -Clear any persisted authorizations from previous invocations. +Clear any persisted authorizations from previous invocations, +then immediately exit. +No command is executed. .It Fl n Non interactive mode, fail if .Nm |