mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
[PATCH] remove leftover from udevinfo's -d option
This commit is contained in:
parent
4be25ce1d0
commit
9af175553d
@ -242,7 +242,7 @@ static int print_sysfs_devices(void)
|
||||
|
||||
static int process_options(int argc, char *argv[])
|
||||
{
|
||||
static const char short_options[] = "adn:p:q:rsVh";
|
||||
static const char short_options[] = "an:p:q:rsVh";
|
||||
int option;
|
||||
int retval = 1;
|
||||
struct udevice udev;
|
||||
@ -439,7 +439,7 @@ exit:
|
||||
}
|
||||
|
||||
help:
|
||||
printf("Usage: udevinfo [-anpqrdVh]\n"
|
||||
printf("Usage: udevinfo [-anpqrVh]\n"
|
||||
" -q TYPE query database for the specified value:\n"
|
||||
" 'name' name of device node\n"
|
||||
" 'symlink' pointing to node\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user