diff options
-rw-r--r-- | udevinfo.8 | 4 | ||||
-rw-r--r-- | udevinfo.c | 1 | ||||
-rw-r--r-- | udevinfo.xml | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/udevinfo.8 b/udevinfo.8 index 7a1680cc53..a6ab1bbf0b 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -11,10 +11,10 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevinfo \- query device information from the udev database +udevinfo \- query udev device information .SH "SYNOPSIS" .HP 9 -\fBudevinfo\fR [\fB\-\-query=\fR\fB\fIquery\-type\fR\fR] [\fB\-\-path=\fR\fB\fIdevpath\fR\fR] [\fB\-\-name=\fR\fB\fInode\fR\fR] [\fB\-\-root\fR] [\fB\-\-attribute\-walk\fR] [\fB\-\-export\-db\fR] [\fB\-\-version\fR] [\fB\-\-help\fR] +\fBudevinfo\fR [\fB\-\-query=\fR\fB\fIquery\-type\fR\fR] [\fB\-\-path=\fR\fB\fIdevpath\fR\fR] [\fB\-\-name=\fR\fB\fInode\fR\fR] [\fB\-\-root\fR] [\fB\-\-attribute\-walk\fR] [\fB\-\-export\-db\fR] [\fB\-\-help\fR] .SH "DESCRIPTION" .PP udevinfo queries the udev database for device information stored in the udev database. It can also query the properties of a device from its sysfs representation to help creating udev rules that match this device. 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; diff --git a/udevinfo.xml b/udevinfo.xml index 1d44d4082b..82de79f6d8 100644 --- a/udevinfo.xml +++ b/udevinfo.xml @@ -19,7 +19,8 @@ </refmeta> <refnamediv> - <refname>udevinfo</refname><refpurpose>query device information from the udev database</refpurpose> + <refname>udevinfo</refname> + <refpurpose>query udev device information</refpurpose> </refnamediv> <refsynopsisdiv> @@ -31,7 +32,6 @@ <arg><option>--root</option></arg> <arg><option>--attribute-walk</option></arg> <arg><option>--export-db</option></arg> - <arg><option>--version</option></arg> <arg><option>--help</option></arg> </cmdsynopsis> </refsynopsisdiv> |