summaryrefslogtreecommitdiffstats
path: root/abuild-tar.c
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-07-21 12:30:34 +0300
committerTimo Teras <timo.teras@iki.fi>2009-07-21 12:30:34 +0300
commited2733c65b2c39c5e7fe18b6e0390b20fdcae3d4 (patch)
treea818ec7cd2ff6ba3b8b9aef6f7cd7decd72e21ab /abuild-tar.c
parentb6e9ee2474239d6b0236469d16d9cd0767bc8020 (diff)
downloadabuild-ed2733c65b2c39c5e7fe18b6e0390b20fdcae3d4.tar.bz2
abuild-ed2733c65b2c39c5e7fe18b6e0390b20fdcae3d4.tar.xz
abuild-tar: fix help message
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");
}