diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-03-07 02:32:40 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-03-07 02:32:40 +0100 |
commit | f1e7e360465acc7fb038e941c398216cdb569253 (patch) | |
tree | 7e302faa6b95d3e4469544c308eccf5e6782d8fb /udev/udevadm-trigger.c | |
parent | 18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab (diff) |
udevadm: add text for new options to command and man page
Diffstat (limited to 'udev/udevadm-trigger.c')
-rw-r--r-- | udev/udevadm-trigger.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/udev/udevadm-trigger.c b/udev/udevadm-trigger.c index e475e40949..c88534600d 100644 --- a/udev/udevadm-trigger.c +++ b/udev/udevadm-trigger.c @@ -180,8 +180,7 @@ int udevadm_trigger(struct udev *udev, int argc, char *argv[]) " --subsystem-nomatch=<subsystem> exclude devices from a matching subystem\n" " --attr-match=<file[=<value>]> trigger devices with a matching attribute\n" " --attr-nomatch=<file[=<value>]> exclude devices with a matching attribute\n" - " --help print this text\n" - "\n"); + " --help\n\n"); goto exit; default: goto exit; |