manual: clarify the pros and cons and history of --compat
This commit is contained in:
parent
4cde7eb19f
commit
238346f134
1 changed files with 9 additions and 7 deletions
|
@ -489,13 +489,15 @@ doing. Verbosity levels are from 0 to 5; 0 is the default. Using
|
||||||
|
|
||||||
@item -p
|
@item -p
|
||||||
@itemx --compat
|
@itemx --compat
|
||||||
Scan the whole target tree when unstowing. By default, only
|
Scan the whole target tree when unstowing. By default, only directories
|
||||||
directories specified in the @dfn{installation image} are scanned
|
specified in the @dfn{installation image} are scanned during an unstow
|
||||||
during an unstow operation. Scanning the whole tree can be
|
operation. Previously Stow scanned the whole tree, which can be
|
||||||
prohibitive if your target tree is very large. This option restores
|
prohibitive if your target tree is very large, but on the other hand has
|
||||||
the legacy behaviour; however, the @option{--badlinks} option to the
|
the advantage of unstowing previously stowed links which are no longer
|
||||||
@command{chkstow} utility may be a better way of ensuring that your
|
present in the installation image and therefore orphaned. This option
|
||||||
installation does not have any dangling symlinks (@pxref{Target
|
restores the legacy behaviour; however, the @option{--badlinks} option
|
||||||
|
to the @command{chkstow} utility may be a better way of ensuring that
|
||||||
|
your installation does not have any dangling symlinks (@pxref{Target
|
||||||
Maintenance}).
|
Maintenance}).
|
||||||
|
|
||||||
@item -V
|
@item -V
|
||||||
|
|
Loading…
Reference in a new issue