From 692701f382f8a1c51be0b798b918f2f34e401b54 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 9 Nov 2012 18:57:29 +0100 Subject: [PATCH] examples: Copy-editing instructions printed by the mount-local program. --- examples/mount_local.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/mount_local.c b/examples/mount_local.c index 5c24cd19c..2fe1a8f33 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);