diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-15 20:20:16 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-15 20:20:16 +0100 |
commit | ec2dd02e2a2748134f9c8347e12b802b42dea6b5 (patch) | |
tree | 657c7c50234f9c559ac7cb65cc2253361e29c609 /udev/udevadm.xml | |
parent | 64b333fdcc69798ab7874cf042d590b3f2d990b5 (diff) |
udevadm: test - remove --force option
Since a while we change the database with a "test" run, but do not update
the node and symlinks. We need to "force" all the time, to keep things
in sync.
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index ebc4aa150f..7ed2107f88 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -326,8 +326,7 @@ </refsect2> <refsect2><title>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></title> - <para>Simulate a udev event run for the given device, and print out debug - output. Unless forced to, no device node or symlink will be created.</para> + <para>Simulate a udev event run for the given device, and print debug output.</para> <variablelist> <varlistentry> <term><option>--action=<replaceable>string</replaceable></option></term> @@ -342,13 +341,6 @@ </listitem> </varlistentry> <varlistentry> - <term><option>--force</option></term> - <listitem> - <para>Force the creation of a device node or symlink. Usually the test run - prints only debug output.</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>--help</option></term> <listitem> <para>Print help text.</para> |