From 017b503c3bf79ad87cd66f73d36b4be5b31d10ad Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 4 Apr 2009 11:29:44 +0100 Subject: [PATCH] Document --add and --mount options. --- fish/fish.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 1.8.3.1