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 --- include/c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/c.h') diff --git a/include/c.h b/include/c.h index 9c676ff04..3e5b87d3f 100644 --- a/include/c.h +++ b/include/c.h @@ -313,7 +313,7 @@ static inline int xusleep(useconds_t usec) #define USAGE_OPTIONS _("\nOptions:\n") #define USAGE_FUNCTIONS _("\nFunctions:\n") #define USAGE_COMMANDS _("\nCommands:\n") -#define USAGE_COLUMNS _("\nAvailable columns:\n") +#define USAGE_COLUMNS _("\nAvailable output columns:\n") #define USAGE_SEPARATOR "\n" #define USAGE_HELP _(" -h, --help display help information and exit\n") #define USAGE_VERSION _(" -V, --version display version information and exit\n") -- cgit v1.2.3-55-g7522