summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-07-12 13:13:42 +0000
committerkientzle <kientzle@FreeBSD.org>2004-07-12 13:13:42 +0000
commit2e69e93b3c6fe75fa0bb03c6c9685896a829f3c2 (patch)
tree1127e2a4d7f3f7c7a86eeec98b40ea10beb135a2 /usr.bin/tar
parentcd0778386d3f8442bcb9369a7949bc3fe951c7e6 (diff)
downloadFreeBSD-src-2e69e93b3c6fe75fa0bb03c6c9685896a829f3c2.zip
FreeBSD-src-2e69e93b3c6fe75fa0bb03c6c9685896a829f3c2.tar.gz
Fix tab/space screwup in long_help()
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/bsdtar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c
index 2702693..19a769d 100644
--- a/usr.bin/tar/bsdtar.c
+++ b/usr.bin/tar/bsdtar.c
@@ -577,7 +577,7 @@ static const char *long_help_msg[] = {
" <patterns> If specified, list only entries that match\n",
"Extract: %p -x [options] [<patterns>]\n",
" <patterns> If specified, extract only entries that match\n",
- " -k Keep (don't overwrite) existing files\n",
+ " -k Keep (don't overwrite) existing files\n",
" -m Don't restore modification times\n",
" -O Write entries to stdout, don't restore to disk\n",
" -p Restore permissions (including ACLs, owner, file flags)\n",
OpenPOWER on IntegriCloud