From: NeilBrown Date: Thu, 7 Feb 2013 00:07:05 +0000 (+1100) Subject: Browser: add missing documentation for Save and Restore in main window X-Git-Tag: v1.0~68 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=0fa607c020a917b20d505d48ec052fd7ab5f6f5b;p=wiggle.git Browser: add missing documentation for Save and Restore in main window Signed-off-by: NeilBrown --- diff --git a/vpatch.c b/vpatch.c index 85de05b..3bdf46d 100644 --- a/vpatch.c +++ b/vpatch.c @@ -2433,6 +2433,12 @@ static char *main_help[] = { " A list All files", " W only list files with a wiggle or a conflict", " C only list files with a conflict", + "", + " S Save this file with changes applied. If", + " some but not all files are saved, wiggle will", + " prompt on exit to save the rest.", + " R Revert the current saved file to its original", + " content", NULL }; static char *saveall_msg = " %d file%s (of %d) have not been saved.";