summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index d841c5283..afcbf4d4b 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -453,6 +453,8 @@ Usage: %s [OPTION]... [FILE]...\n\
",
program_name);
printf ("\
+Convert spaces in each FILE to tabs, writing to standard output.\n\
+With no FILE, or when FILE is -, read standard input.\n\
\n\
-a, --all convert all whitespace, instead of initial whitespace\n\
-t, --tabs=NUMBER have tabs NUMBER characters apart instead of 8\n\
@@ -460,8 +462,7 @@ Usage: %s [OPTION]... [FILE]...\n\
--help display this help and exit\n\
--version output version information and exit\n\
\n\
-Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used. With\n\
-no FILE, or when FILE is -, read standard input.\n\
+Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
");
}
exit (status);