diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-07-21 12:30:34 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-07-21 12:30:34 +0300 |
commit | ed2733c65b2c39c5e7fe18b6e0390b20fdcae3d4 (patch) | |
tree | a818ec7cd2ff6ba3b8b9aef6f7cd7decd72e21ab | |
parent | b6e9ee2474239d6b0236469d16d9cd0767bc8020 (diff) | |
download | abuild-ed2733c65b2c39c5e7fe18b6e0390b20fdcae3d4.tar.gz abuild-ed2733c65b2c39c5e7fe18b6e0390b20fdcae3d4.tar.bz2 abuild-ed2733c65b2c39c5e7fe18b6e0390b20fdcae3d4.tar.xz abuild-ed2733c65b2c39c5e7fe18b6e0390b20fdcae3d4.zip |
abuild-tar: fix help message
-rw-r--r-- | abuild-tar.c | 4 |
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"); } |