diff options
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; |