summaryrefslogtreecommitdiffstats
path: root/abuild-tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'abuild-tar.c')
-rw-r--r--abuild-tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/abuild-tar.c b/abuild-tar.c
index f7dc421..858b6ad 100644
--- a/abuild-tar.c
+++ b/abuild-tar.c
@@ -94,12 +94,12 @@ static int usage(void)
fprintf(stderr,
"abuild-tar " VERSION "\n"
"\n"
-"usage: abuild-tar [--hash [<algorithm>]] [--no-end]\n"
+"usage: abuild-tar [--hash [<algorithm>]] [--cut]\n"
"\n"
"options:\n"
" --hash [sha1|md5] Read tar archive from stdin, precalculate hash for \n"
" regular entries and output tar archive on stdout\n"
-" --no-end Remove the end of file tar record\n"
+" --cut Remove the end of file tar record\n"
"\n");
}