diff options
Diffstat (limited to 'doc/lziprecover.texi')
-rw-r--r-- | doc/lziprecover.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/lziprecover.texi b/doc/lziprecover.texi index 2bcaa0a..3f6e0aa 100644 --- a/doc/lziprecover.texi +++ b/doc/lziprecover.texi @@ -6,8 +6,8 @@ @finalout @c %**end of header -@set UPDATED 8 April 2015 -@set VERSION 1.17-rc2 +@set UPDATED 28 May 2015 +@set VERSION 1.17 @dircategory Data Compression @direntry @@ -143,7 +143,7 @@ lziprecover [@var{options}] [@var{files}] Lziprecover supports the following options: -@table @samp +@table @code @item -h @itemx --help Print an informative help message describing the options and exit. @@ -577,12 +577,12 @@ error-checked merging of copies for details about ddrescue). @example -ddrescue -b2048 /dev/cdrom cdimage1 logfile1 +ddrescue -d -r1 -b2048 /dev/cdrom cdimage1 logfile1 mount -t iso9660 -o loop,ro cdimage1 /mnt/cdimage cp /mnt/cdimage/backup.tar.lz rescued1.tar.lz umount /mnt/cdimage (insert second copy in the CD drive) -ddrescue -b2048 /dev/cdrom cdimage2 logfile2 +ddrescue -d -r1 -b2048 /dev/cdrom cdimage2 logfile2 mount -t iso9660 -o loop,ro cdimage2 /mnt/cdimage cp /mnt/cdimage/backup.tar.lz rescued2.tar.lz umount /mnt/cdimage @@ -638,7 +638,7 @@ unzcrash [@var{options}] "lzip -tv" @var{filename}.lz Unzcrash supports the following options: -@table @samp +@table @code @item -h @itemx --help Print an informative help message describing the options and exit. |