summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-11-09 18:57:29 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-11-09 19:50:57 +0000
commit692701f382f8a1c51be0b798b918f2f34e401b54 (patch)
treee16ef0eb15fa03c1c0bd5a8387c6c0f2000dbd50 /examples
parentdedf10aaa928b16ba27f0756b3d356f65d57c648 (diff)
downloadlibguestfs-692701f382f8a1c51be0b798b918f2f34e401b54.tar.gz
libguestfs-692701f382f8a1c51be0b798b918f2f34e401b54.tar.xz
libguestfs-692701f382f8a1c51be0b798b918f2f34e401b54.zip
examples: Copy-editing instructions printed by the mount-local program.
Diffstat (limited to 'examples')
-rw-r--r--examples/mount_local.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/mount_local.c b/examples/mount_local.c
index 5c24cd19..2fe1a8f3 100644
--- a/examples/mount_local.c
+++ b/examples/mount_local.c
@@ -130,14 +130,14 @@ main (int argc, char *argv[])
}
printf ("\n"
- "The _current directory_ is a FUSE filesystem backed by the disk\n"
+ "The *current directory* is a FUSE filesystem backed by the disk\n"
"image which is managed by libguestfs. Any files or directories\n"
"you copy into here (up to %d MB) will be saved into the disk\n"
"image. You can also delete files, create certain special files\n"
"and so on.\n"
"\n"
- "When you have finished adding files, hit ^D or exit to exit the\n"
- "shell and return to the mount-local program.\n"
+ "When you have finished adding files, hit ^D or type 'exit' to\n"
+ "exit the shell and return to the mount-local program.\n"
"\n",
SIZE_MB);