diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-25 13:52:17 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-25 13:52:17 +0100 |
commit | 06d8064ff8a57eba051044efd1ea1a33c34b9df0 (patch) | |
tree | 9f75297ed73c74edc013bb3e968f4305f9d5446e /fish | |
parent | 7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e (diff) | |
download | libguestfs-06d8064ff8a57eba051044efd1ea1a33c34b9df0.tar.gz libguestfs-06d8064ff8a57eba051044efd1ea1a33c34b9df0.tar.xz libguestfs-06d8064ff8a57eba051044efd1ea1a33c34b9df0.zip |
fish: Document test1.img, test2.img etc used by -N option in FILES section.
Diffstat (limited to 'fish')
-rw-r--r-- | fish/guestfish.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 296d7aa4..803f35ae 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -904,6 +904,15 @@ To write rules which only apply to guestfish, use: ... $endif +=item test1.img + +=item test2.img (etc) + +When using the C<-N> or C<--new> option, the prepared disk or +filesystem will be created in the file C<test1.img> in the current +directory. The second use of C<-N> will use C<test2.img> and so on. +Any existing file with the same name will be overwritten. + =back =head1 SEE ALSO |