diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 00:04:45 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 00:06:38 +0200 |
commit | 56d5656d52e79077d67e141bb48fb433f255a81f (patch) | |
tree | 0551f2de203d476dc4675ed2c4c832d024d52909 /doc/tar2sqfs.1 | |
parent | af2bf44067a0ae5025f0b7738dacc14c4c1dc09a (diff) |
tar2sqfs: Add some output messages, --quiet flag and --force
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/tar2sqfs.1')
-rw-r--r-- | doc/tar2sqfs.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index c546935..d2688a6 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -14,6 +14,12 @@ squashfs. .PP Possible options: .TP +\fB\-\-force\fR, \fB\-f\fR +Overwrite the output file if it exists. +.TP +\fB\-\-quiet\fR, \fB\-q\fR +Do not print out progress reports. +.TP \fB\-\-help\fR, \fB\-h\fR Print help text and exit. .TP |