forked from josch/mmdebstrap
mention missing TARGET in docs for auto format
This commit is contained in:
parent
2ce9555dc5
commit
2678ccaf38
1 changed files with 3 additions and 2 deletions
|
@ -5256,8 +5256,9 @@ Without that option the default format is I<auto>. The following formats exist:
|
||||||
=item B<auto>
|
=item B<auto>
|
||||||
|
|
||||||
When selecting this format (the default), the actual format will be inferred
|
When selecting this format (the default), the actual format will be inferred
|
||||||
from the I<TARGET> positional argument. If I<TARGET> is an existing directory,
|
from the I<TARGET> positional argument. If I<TARGET> was not specified, then
|
||||||
and does not equal to C<->, then the B<directory> format will be chosen. If
|
the B<tar> format will be chosen. If I<TARGET> is an existing directory, and
|
||||||
|
does not equal to C<->, then the B<directory> format will be chosen. If
|
||||||
I<TARGET> ends with C<.tar> or with one of the filename extensions listed in
|
I<TARGET> ends with C<.tar> or with one of the filename extensions listed in
|
||||||
the section B<COMPRESSION>, or if I<TARGET> equals C<->, or if I<TARGET> is a
|
the section B<COMPRESSION>, or if I<TARGET> equals C<->, or if I<TARGET> is a
|
||||||
named pipe (fifo) or if I<TARGET> is a character special file like
|
named pipe (fifo) or if I<TARGET> is a character special file like
|
||||||
|
|
Loading…
Reference in a new issue