Skip to content

Commit

Permalink
doc: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed Jan 17, 2020
1 parent d208aa6 commit 5ba0e3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Currently, it supports handling these file types:
(requires the GNU binutils **ar** binary)

If the **-c** option has been used to create a new empty archive,
the **file** tool cannot be used,
the **file** tool cannot be used internally
as there is no prior archive file to analyze.
In this case, the type is guessed from the filename extension.
In this case the type is guessed from the filename extension instead.
These extensions are recognized:

.tar,
Expand Down
10 changes: 5 additions & 5 deletions doc/walk.1
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ ar
(requires the GNU binutils \fBar\fR binary)
.LP
If the \fB-c\fR option has been used to create a new empty archive,
the \fBfile\fR tool cannot be used,
the \fBfile\fR tool cannot be used internally
as there is no prior archive file to analyze.
In this case, the type is guessed from the filename extension.
In this case the type is guessed from the filename extension instead.
These extensions are recognized:
.P
.tar,
Expand All @@ -68,16 +68,16 @@ These extensions are recognized:
.a
.SH OPTIONS
.TP
.B -c
.B \-c
Create non-existing \fIARCHIVE\fRs
instead of exiting with an error.
.TP
.B -y
.B \-y
Assume `yes' for the two questions \fBwalk\fR asks after leaving the subshell.
This means the original archive will always be recreated,
and the temporary archive directory will always be removed afterwards.
.TP
.B -A
.B \-A
Store the working directory root (\fB.\fR) in the archive,
not just its contents.
Not all archivers support this
Expand Down

0 comments on commit 5ba0e3b

Please sign in to comment.