From: Jan Janssen Date: Fri, 17 May 2013 13:38:13 +0000 (+0200) Subject: man: Document missing options X-Git-Tag: v205~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2927b326ccf67236e148444679f582ea1437ef5a;p=thirdparty%2Fsystemd.git man: Document missing options --- diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index 9efe2201198..801ab3a7bf5 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -115,6 +115,14 @@ operations. + + + + + Acquire privileges via PolicyKit + before executing the operation. + + diff --git a/man/journalctl.xml b/man/journalctl.xml index cc7d1a0533f..d9ca0a6074d 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -322,6 +322,16 @@ kernel. + + + + + Show kernel messages from + current boot. This implies + and adds the match _TRANSPORT=kernel. + + + diff --git a/man/localectl.xml b/man/localectl.xml index 0b13c111a55..febdeec1509 100644 --- a/man/localectl.xml +++ b/man/localectl.xml @@ -108,6 +108,14 @@ operations. + + + + + Acquire privileges via PolicyKit + before executing the operation. + + diff --git a/man/timedatectl.xml b/man/timedatectl.xml index faccc5086df..e291f04e1e0 100644 --- a/man/timedatectl.xml +++ b/man/timedatectl.xml @@ -97,6 +97,14 @@ operations. + + + + + Acquire privileges via PolicyKit + before executing the operation. + + diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index 064581a31cf..7acd77295dd 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 5652c2f91a4..e1bd8621e32 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 50250c4b476..3096d060842 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 8d4e560b938..be3b8b4da30 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"