From 0fa607c020a917b20d505d48ec052fd7ab5f6f5b Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 7 Feb 2013 11:07:05 +1100 Subject: [PATCH] Browser: add missing documentation for Save and Restore in main window Signed-off-by: NeilBrown --- vpatch.c | 6 ++++++ 1 file changed, 6 insertions(+) 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."; -- 2.39.5