diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-10 00:02:56 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-10 00:02:56 +0100 |
commit | 3578f170a1f70a86fb2213fc576190ad5aff61be (patch) | |
tree | 1752de1f8f3f46e7b18bdcb36b682e51b71d2552 /fish | |
parent | 8902b33c0e2458dbaf939a1859a56c963a117939 (diff) | |
download | libguestfs-3578f170a1f70a86fb2213fc576190ad5aff61be.tar.gz libguestfs-3578f170a1f70a86fb2213fc576190ad5aff61be.tar.xz libguestfs-3578f170a1f70a86fb2213fc576190ad5aff61be.zip |
fish: Fix typo in documentation of copy-out.
Diffstat (limited to 'fish')
-rw-r--r-- | fish/guestfish.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 70de8e39..f9269a16 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -811,7 +811,7 @@ current directory, use C<.> as in: copy-out /home . Wildcards cannot be used in the ordinary command, but you can use -this with the help of L</glob> like this: +them with the help of L</glob> like this: glob copy-out /home/* . |