summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
authorKarel Zak2017-06-26 14:09:53 +0200
committerKarel Zak2017-06-26 14:09:53 +0200
commitc3a4cfc5795da0a5f7eb2753aef3f543d12c8341 (patch)
tree301da946ab6604b0d5220f45389633e14490211e /include/c.h
parentMerge branch '170622' of github.com:jwpi/util-linux (diff)
downloadkernel-qcow2-util-linux-c3a4cfc5795da0a5f7eb2753aef3f543d12c8341.tar.gz
kernel-qcow2-util-linux-c3a4cfc5795da0a5f7eb2753aef3f543d12c8341.tar.xz
kernel-qcow2-util-linux-c3a4cfc5795da0a5f7eb2753aef3f543d12c8341.zip
misc: consolidate usage() "Available columns"
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h2
1 files changed, 1 insertions, 1 deletions
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")