From: Richard Jones Date: Sat, 4 Apr 2009 10:29:44 +0000 (+0100) Subject: Document --add and --mount options. X-Git-Tag: 0.4~16 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=017b503c3bf79ad87cd66f73d36b4be5b31d10ad;p=libguestfs.git Document --add and --mount options. --- diff --git a/fish/fish.c b/fish/fish.c index 90f3a10..5de84bc 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -78,14 +78,14 @@ usage (void) " ...\n" " EOF\n" "Options:\n" - " -h|--cmd-help List available commands\n" - " -h|--cmd-help cmd Display detailed help on 'cmd'\n" - " -a image Add image\n" - " -m dev[:mnt] Mount dev on mnt (if omitted, /)\n" - " -n|--no-sync Don't autosync\n" - /*" --ro|-r All mounts are read-only\n"*/ - " -v|--verbose Verbose messages\n" - "For more information, see the manpage guestfish(1).\n"); + " -h|--cmd-help List available commands\n" + " -h|--cmd-help cmd Display detailed help on 'cmd'\n" + " -a|--add image Add image\n" + " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n" + " -n|--no-sync Don't autosync\n" + /*" --ro|-r All mounts are read-only\n"*/ + " -v|--verbose Verbose messages\n" + "For more information, see the manpage guestfish(1).\n"); } int