summaryrefslogtreecommitdiff
path: root/udev/udevadm-monitor.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-03-07 02:32:40 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-03-07 02:32:40 +0100
commitf1e7e360465acc7fb038e941c398216cdb569253 (patch)
tree7e302faa6b95d3e4469544c308eccf5e6782d8fb /udev/udevadm-monitor.c
parent18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab (diff)
udevadm: add text for new options to command and man page
Diffstat (limited to 'udev/udevadm-monitor.c')
-rw-r--r--udev/udevadm-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevadm-monitor.c b/udev/udevadm-monitor.c
index 14a6edc844..77d98facd5 100644
--- a/udev/udevadm-monitor.c
+++ b/udev/udevadm-monitor.c
@@ -104,7 +104,7 @@ int udevadm_monitor(struct udev *udev, int argc, char *argv[])
" --env print the whole event environment\n"
" --kernel print kernel uevents\n"
" --udev print udev events\n"
- " --help print this help text\n\n");
+ " --help\n\n");
default:
goto out;
}