diff options
author | Jim Meyering <meyering@redhat.com> | 2009-07-03 11:53:49 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-07-03 17:04:21 +0200 |
commit | a7b73d4a1e09f12b2002083618056f0c823c1dcf (patch) | |
tree | 6c476572bde4ee9ae0788086d9492a339c09c937 /guestfish.pod | |
parent | e9f5144537a4d89cc875bce42b269d1e2b119d8f (diff) | |
download | libguestfs-a7b73d4a1e09f12b2002083618056f0c823c1dcf.tar.gz libguestfs-a7b73d4a1e09f12b2002083618056f0c823c1dcf.tar.xz libguestfs-a7b73d4a1e09f12b2002083618056f0c823c1dcf.zip |
remove trailing blanks
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guestfish.pod b/guestfish.pod index 0c3fda6b..4341e2ae 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -49,13 +49,13 @@ Remove C</boot/grub/menu.lst> (in reality not such a great idea): =head2 As an interactive shell $ guestfish - + Welcome to guestfish, the libguestfs filesystem interactive shell for editing virtual machine filesystems. - + Type: 'help' for help with commands 'quit' to quit the shell - + ><fs> help =head2 As a script interpreter |