diff options
author | Jan Janssen <medhefgo@web.de> | 2013-05-17 15:38:13 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-21 09:23:51 -0400 |
commit | 2927b326ccf67236e148444679f582ea1437ef5a (patch) | |
tree | d172969085335641f243ad0dc8daa5cbdd51f59b /src | |
parent | 67820a0cbdc9d72a1074debf8b2bc72203c775cc (diff) |
man: Document missing options
Diffstat (limited to 'src')
-rw-r--r-- | src/hostname/hostnamectl.c | 1 | ||||
-rw-r--r-- | src/journal/coredumpctl.c | 1 | ||||
-rw-r--r-- | src/locale/localectl.c | 1 | ||||
-rw-r--r-- | src/timedate/timedatectl.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index 064581a31c..7acd77295d 100644 --- a/src/hostname/hostnamectl.c +++ b/src/hostname/hostnamectl.c @@ -362,6 +362,7 @@ static int help(void) { " --transient Only set transient hostname\n" " --static Only set static hostname\n" " --pretty Only set pretty hostname\n" + " -P --privileged Acquire privileges before execution\n" " --no-ask-password Do not prompt for password\n" " -H --host=[USER@]HOST Operate on remote host\n\n" "Commands:\n" diff --git a/src/journal/coredumpctl.c b/src/journal/coredumpctl.c index 5652c2f91a..e1bd8621e3 100644 --- a/src/journal/coredumpctl.c +++ b/src/journal/coredumpctl.c @@ -84,6 +84,7 @@ static int help(void) { "Flags:\n" " -o --output=FILE Write output to FILE\n" " --no-pager Do not pipe output into a pager\n" + " --no-legend Do not print the column headers.\n\n" "Commands:\n" " -h --help Show this help\n" diff --git a/src/locale/localectl.c b/src/locale/localectl.c index 50250c4b47..3096d06084 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -712,6 +712,7 @@ static int help(void) { " --version Show package version\n" " --no-convert Don't convert keyboard mappings\n" " --no-pager Do not pipe output into a pager\n" + " -P --privileged Acquire privileges before execution\n" " --no-ask-password Do not prompt for password\n" " -H --host=[USER@]HOST Operate on remote host\n\n" "Commands:\n" diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 8d4e560b93..be3b8b4da3 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -501,6 +501,7 @@ static int help(void) { " --adjust-system-clock\n" " Adjust system clock when changing local RTC mode\n" " --no-pager Do not pipe output into a pager\n" + " -P --privileged Acquire privileges before execution\n" " --no-ask-password Do not prompt for password\n" " -H --host=[USER@]HOST Operate on remote host\n\n" "Commands:\n" |