aboutsummaryrefslogtreecommitdiffstats
path: root/bsum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsum.c')
-rw-r--r--bsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsum.c b/bsum.c
index 99495e1..80bc203 100644
--- a/bsum.c
+++ b/bsum.c
@@ -17,7 +17,7 @@ static void *salt = NULL;
static void
usage(void)
{
- fprintf(stderr, "usage: %s%s [-c | -B | -L | -U] [-S salt] [-xz] [file] ...",
+ fprintf(stderr, "usage: %s%s [-S salt] [-c | -B | -L | -U] [-xz] [file] ...\n",
argv0, lenght_by_command_name ? "" : " [-l bits]");
exit(2);
}