diff options
author | B Stack <bgstack15@gmail.com> | 2020-04-03 09:11:57 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-04-03 09:11:57 -0400 |
commit | 923e9f3642ab6c982c0195b366ceec85ce24007f (patch) | |
tree | 0f075af1b8ec7979b98635a056d5bbe118e2b030 /src/usr/share/man/man1/logout-manager-cli.1.md | |
parent | fix #4 fix rest of frontends for py3.8 distro (diff) | |
download | logout-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/man/man1/logout-manager-cli.1.md')
-rw-r--r-- | src/usr/share/man/man1/logout-manager-cli.1.md | 2 |
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 |