bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Missing --files= flag in on-line manual example (increment


From: Pavel Raiskup
Subject: Re: [Bug-tar] Missing --files= flag in on-line manual example (incremental) ?
Date: Wed, 09 Dec 2015 13:32:01 +0100
User-agent: KMail/4.14.10 (Linux/4.2.6-301.fc23.x86_64; KDE/4.14.14; x86_64; ; )

On Tuesday 08 of December 2015 14:34:30 derek terveer wrote:
> When viewing this page,
> 
> https://www.gnu.org/software/tar/manual/html_node/Incremental-Dumps.html
> 
> There is an example,
> 
> ======================================================================
> To list the contents of an incremental archive, use `--list' (see section How 
> to List Archives), as usual. To obtain more information about the archive, 
> use `--listed-incremental' or `--incremental' combined with two `--verbose' 
> options(12):
> 
> tar --list --incremental --verbose --verbose archive.tar
> ======================================================================
> 
> I believe that there is a '--files=' missing after the second --verbose.

Thanks for the report.  There is missing '--file' option, yes:

 @smallexample
address@hidden --list --incremental --verbose --verbose archive.tar}
address@hidden --list --incremental --verbose --verbose --file archive.tar}
 @end smallexample

Pavel

Attachment: 0001-doc-fix-a-typo.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]