Fix tab/space screwup in long_help()

This commit is contained in:
Tim Kientzle 2004-07-12 13:13:42 +00:00
parent 363eade1f1
commit 3481100baf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132035

View File

@ -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",