Skip to content

Commit

Permalink
Fix #57: clarify how missing pages are handled in affcat
Browse files Browse the repository at this point in the history
  • Loading branch information
sshock committed Mar 24, 2024
1 parent 6494d53 commit 95bf6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/affcat.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ affcat \- Output contents of an image file to stdout.
.B affcat
outputs the contents of an image file to stdout. Image files that are not raw but are recognized
by AFF will be output in raw format. Missing pages will not be padded, but the fact that they are missing
will be noted on STDERR.
will be noted on STDERR if -n option is used.

The options are as follows:
.IP "-s name"
Expand All @@ -24,7 +24,7 @@ Just output data sector number
.B nnn.
Sector #0 is the first sector.
.IP "-q"
Quiet mode. Don't print to STDERR if a page is skipped because it is not present.
Quiet mode (default). Don't print to STDERR if a page is skipped because it is not present.
.IP "-n"
Noisy mode. Tell when pages are skipped.
.IP "-l"
Expand Down

0 comments on commit 95bf6cb

Please sign in to comment.