diff options
author | Kay Sievers <kay.sievers@suse.de> | 2007-02-24 23:57:04 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2007-02-24 23:57:04 +0100 |
commit | 4e13cb5fb7c4b28c89c29437c9d1fbf2dbf372fc (patch) | |
tree | 6eceec71049cff10355f1324f983ba111d3328bc /udevinfo.c | |
parent | 841e168c76403c058437bceda4e679dd7c82ae79 (diff) |
remove --version from the udevinfo man page
We have: udevd --version now, which is always available,
unlike udevinfo which is installed in /usr.
Diffstat (limited to 'udevinfo.c')
-rw-r--r-- | udevinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/udevinfo.c b/udevinfo.c index 0551eb2e32..ef4750dbf4 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -308,7 +308,6 @@ int main(int argc, char *argv[], char *envp[]) " --root prepend to query result or print udev_root\n" " --attribute-walk print all SYSFS_attributes along the device chain\n" " --export-db export the content of the udev database\n" - " --version print udev version\n" " --help print this text\n" "\n"); goto exit; |