From c3a4cfc5795da0a5f7eb2753aef3f543d12c8341 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 26 Jun 2017 14:09:53 +0200 Subject: misc: consolidate usage() "Available columns" Signed-off-by: Karel Zak --- disk-utils/partx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'disk-utils/partx.c') diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 941fc46aa..93fbc9c1d 100644 --- a/disk-utils/partx.c +++ b/disk-utils/partx.c @@ -775,8 +775,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(USAGE_HELP, out); fputs(USAGE_VERSION, out); - fputs(_("\nAvailable columns (for --show, --raw or --pairs):\n"), out); - + fputs(USAGE_COLUMNS, out); for (i = 0; i < NCOLS; i++) fprintf(out, " %10s %s\n", infos[i].name, _(infos[i].help)); -- cgit v1.2.3-55-g7522