From 923e9f3642ab6c982c0195b366ceec85ce24007f Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 3 Apr 2020 09:11:57 -0400 Subject: fix #5 cli: multiple problems Option -n now acts as a dry run. The man page -V option is documented correctly now. --- src/usr/share/man/man1/logout-manager-cli.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/share') 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 -- cgit