Skip to content

Commit

Permalink
REBASE man, shell completion (via scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Jan 12, 2025
1 parent 86c97a8 commit 6cd5c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/zsh_completion/_tarsnap
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ _shtab_tarsnap__list_archives_options=(
"(- : *)"{-h,--help}"[show this help message and exit]"
"-f[specify hash of archive name to operate on (requires --hashes)]:tapehash"
"--hashes[make --list-archives print hashes]"
"--null-output[filenames in output are separated by null characters]"
"--null-output[archive names in output are separated by null characters]"
"-v[produce verbose output]"
"--archive-names[read a list of archive names from a file]:filename:{_files}"
"--configfile[add file to the list of configuration files to be read]:filename:{_files}"
Expand Down
2 changes: 1 addition & 1 deletion tar/tarsnap.1-man.in
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ option to
.TP
\fB\--null-output\fP
(list-archives mode only)
Filenames in output are separated by null characters, not by newlines.
Archive names in output are separated by null characters, not by newlines.
.TP
\fB\--numeric-owner\fP
(x mode only)
Expand Down

0 comments on commit 6cd5c2c

Please sign in to comment.