diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-09 16:00:55 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-09 09:00:55 +0200 |
commit | 35a44646c8ec242468500b0cfe86dd204a78fd7d (patch) | |
tree | 47b566d2cc3dc248332b80333e15dba3d368c2b3 /man | |
parent | 3e010e3baf06a83d9526d77ad35aa560e29c1ff2 (diff) | |
download | systemd-35a44646c8ec242468500b0cfe86dd204a78fd7d.tar.gz |
man: --debug option is implied in udev test and test-builtin commands (#8933)
Diffstat (limited to 'man')
-rw-r--r-- | man/udevadm.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index 4dd4776c06..40ee8b0459 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -78,7 +78,8 @@ <term><option>-d</option></term> <term><option>--debug</option></term> <listitem> - <para>Print debug messages to standard error.</para> + <para>Print debug messages to standard error. This option is implied in <command>udevadm test</command> and + <command>udevadm test-builtin</command> commands.</para> </listitem> </varlistentry> |