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-info.c | |
parent | 18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab (diff) |
udevadm: add text for new options to command and man page
Diffstat (limited to 'udev/udevadm-info.c')
-rw-r--r-- | udev/udevadm-info.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index b9892eca05..f20eb07e04 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -387,8 +387,7 @@ int udevadm_info(struct udev *udev, int argc, char *argv[]) " of parent devices\n" " --device-id-of-file=<file> print major:minor of device containing this file\n" " --export-db export the content of the udev database\n" - " --help print this text\n" - "\n"); + " --help\n\n"); goto exit; default: goto exit; |