chiark / gitweb /
man: Document missing options
authorJan Janssen <medhefgo@web.de>
Fri, 17 May 2013 13:38:13 +0000 (15:38 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 May 2013 13:23:51 +0000 (09:23 -0400)
man/hostnamectl.xml
man/journalctl.xml
man/localectl.xml
man/timedatectl.xml
src/hostname/hostnamectl.c
src/journal/coredumpctl.c
src/locale/localectl.c
src/timedate/timedatectl.c

index 9efe22011983674b4d187728c843186e55811e1f..801ab3a7bf54106c900f35fa3710d2569f253009 100644 (file)
                                 operations.</para></listitem>
                         </varlistentry>
 
+                        <varlistentry>
+                                <term><option>-P</option></term>
+                                <term><option>--privileged</option></term>
+
+                                <listitem><para>Acquire privileges via PolicyKit
+                                before executing the operation.</para></listitem>
+                        </varlistentry>
+
                         <varlistentry>
                                 <term><option>-H</option></term>
                                 <term><option>--host</option></term>
index cc7d1a0533fe8998564eee3e09aea6d73b5b9700..d9ca0a6074d97f54683f049b22ed2da0cef0f9d8 100644 (file)
                                 kernel.</para></listitem>
                         </varlistentry>
 
+                        <varlistentry>
+                                <term><option>-k</option></term>
+                                <term><option>--dmesg</option></term>
+
+                                <listitem><para>Show kernel messages from
+                                current boot. This implies <option>-b</option>
+                                and adds the match <literal>_TRANSPORT=kernel</literal>.
+                                </para></listitem>
+                        </varlistentry>
+
                         <varlistentry>
                                 <term><option>-u</option></term>
                                 <term><option>--unit=</option></term>
index 0b13c111a554995c1b3586c11566326e13c9c3d9..febdeec150906ad56cbea4caff03cd07b39b1977 100644 (file)
                                 operations.</para></listitem>
                         </varlistentry>
 
+                        <varlistentry>
+                                <term><option>-P</option></term>
+                                <term><option>--privileged</option></term>
+
+                                <listitem><para>Acquire privileges via PolicyKit
+                                before executing the operation.</para></listitem>
+                        </varlistentry>
+
                         <varlistentry>
                                 <term><option>-H</option></term>
                                 <term><option>--host</option></term>
index faccc5086df95ca0892b4e219ea89fd0bba1c658..e291f04e1e02dec182c74248ef164b2fe86f1854 100644 (file)
                                 operations.</para></listitem>
                         </varlistentry>
 
+                        <varlistentry>
+                                <term><option>-P</option></term>
+                                <term><option>--privileged</option></term>
+
+                                <listitem><para>Acquire privileges via PolicyKit
+                                before executing the operation.</para></listitem>
+                        </varlistentry>
+
                         <varlistentry>
                                 <term><option>-H</option></term>
                                 <term><option>--host</option></term>
index 064581a31cfdb26b81829fadc3b1e6bf04345fab..7acd77295ddda5c6d73ac6048bf724238093af9d 100644 (file)
@@ -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"
index 5652c2f91a477b1a267f208cc3a8284d8940f012..e1bd8621e32c9023f26ff0d59f392305fd9c7599 100644 (file)
@@ -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"
index 50250c4b476df5576713c1253aadd1a090a2f7a6..3096d060842d440ce9a7112a36dc1ea8a51d5128 100644 (file)
@@ -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"
index 8d4e560b938239cede1fe287f7f1cb755c66611d..be3b8b4da303290e2398cd99421f9ba3195e47c2 100644 (file)
@@ -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"