aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-03 09:11:57 -0400
committerB Stack <bgstack15@gmail.com>2020-04-03 09:11:57 -0400
commit923e9f3642ab6c982c0195b366ceec85ce24007f (patch)
tree0f075af1b8ec7979b98635a056d5bbe118e2b030 /src/usr/share
parentfix #4 fix rest of frontends for py3.8 distro (diff)
downloadlogout-manager-923e9f3642ab6c982c0195b366ceec85ce24007f.tar.gz
logout-manager-923e9f3642ab6c982c0195b366ceec85ce24007f.tar.bz2
logout-manager-923e9f3642ab6c982c0195b366ceec85ce24007f.zip
fix #5 cli: multiple problems
Option -n now acts as a dry run. The man page -V option is documented correctly now.
Diffstat (limited to 'src/usr/share')
-rw-r--r--src/usr/share/man/man1/logout-manager-cli.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/share/man/man1/logout-manager-cli.1.md b/src/usr/share/man/man1/logout-manager-cli.1.md
index a775770..d4cb02c 100644
--- a/src/usr/share/man/man1/logout-manager-cli.1.md
+++ b/src/usr/share/man/man1/logout-manager-cli.1.md
@@ -14,7 +14,7 @@ Use this interface to `logout-manager`(7) from the command line or in scripts. P
-n Dryrun only! Do not take action. Useful with `hibernate` to determine if hibernate is allowed on this system.
--V --verbose be verbose
+-V --version Display version and exit
# ACTIONS
One action may be specified on the command line. See "ACTIONS" section of `logout-manager`(7) man page for a list of available actions.
# AUTHOR
bgstack15