diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-24 09:10:28 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-24 09:11:37 +0100 |
commit | 78d2523ec8997679f7fca810de60620df4001e16 (patch) | |
tree | 68016189961d61b5d10788c898a5d59ccad10967 /recipes | |
parent | ce95be8b185ce697816c3446406d7129e01cc0e1 (diff) | |
download | libguestfs-78d2523ec8997679f7fca810de60620df4001e16.tar.gz libguestfs-78d2523ec8997679f7fca810de60620df4001e16.tar.xz libguestfs-78d2523ec8997679f7fca810de60620df4001e16.zip |
fish: Add 'man' command which opens the manual.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/clone.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/clone.example b/recipes/clone.example index 3ee96c51..70be57d2 100644 --- a/recipes/clone.example +++ b/recipes/clone.example @@ -8,7 +8,8 @@ $ guestfish -a /tmp/new.img -m /dev/sda1 Welcome to guestfish, the libguestfs filesystem interactive shell for editing virtual machine filesystems. -Type: 'help' for help with commands +Type: 'help' for a list of commands + 'man' to read the manual 'quit' to quit the shell ><fs> cat /etc/resolv.conf |