examples: Copy-editing instructions printed by the mount-local program.

This commit is contained in:
Richard W.M. Jones
2012-11-09 18:57:29 +01:00
parent dedf10aaa9
commit 692701f382

View File

@@ -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);