summaryrefslogtreecommitdiffstats
path: root/misc-utils/uuidparse.c
diff options
context:
space:
mode:
authorKarel Zak2017-06-27 14:14:14 +0200
committerKarel Zak2017-06-27 14:14:14 +0200
commitb899fd87bdc0e09a6d14cf7a0ca3f561609c33a0 (patch)
tree43b528a5d1d319cadc6a7392e9395850d1af7e2d /misc-utils/uuidparse.c
parentlibblkid: remove dead code and blkid_probe_new_value() (diff)
parentmisc: update --help content again (diff)
downloadkernel-qcow2-util-linux-b899fd87bdc0e09a6d14cf7a0ca3f561609c33a0.tar.gz
kernel-qcow2-util-linux-b899fd87bdc0e09a6d14cf7a0ca3f561609c33a0.tar.xz
kernel-qcow2-util-linux-b899fd87bdc0e09a6d14cf7a0ca3f561609c33a0.zip
Merge branch 'help-description' of https://github.com/rudimeier/util-linux
* 'help-description' of https://github.com/rudimeier/util-linux: misc: update --help content again login: add --help text blockdev: improve --help and man page misc: consolidate all --help option descriptions misc: introduce print_usage_help_options() misc: revert to the old USAGE_HELP strings
Diffstat (limited to 'misc-utils/uuidparse.c')
-rw-r--r--misc-utils/uuidparse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc-utils/uuidparse.c b/misc-utils/uuidparse.c
index 09a6b46a8..d9dba493a 100644
--- a/misc-utils/uuidparse.c
+++ b/misc-utils/uuidparse.c
@@ -105,8 +105,7 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" -r, --raw use the raw output format\n"), stdout);
fputs(USAGE_SEPARATOR, stdout);
- fputs(USAGE_HELP, stdout);
- fputs(USAGE_VERSION, stdout);
+ print_usage_help_options(24);
fputs(USAGE_COLUMNS, stdout);
for (i = 0; i < ARRAY_SIZE(infos); i++)