summaryrefslogtreecommitdiffstats
path: root/sys-utils/zramctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/zramctl.c')
-rw-r--r--sys-utils/zramctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c
index 7286d8877..7b001fe5d 100644
--- a/sys-utils/zramctl.c
+++ b/sys-utils/zramctl.c
@@ -545,7 +545,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
fputs(USAGE_HELP, out);
fputs(USAGE_VERSION, out);
- fputs(_("\nAvailable columns (for --output):\n"), out);
+ fputs(USAGE_COLUMNS, out);
for (i = 0; i < ARRAY_SIZE(infos); i++)
fprintf(out, " %11s %s\n", infos[i].name, _(infos[i].help));