]> git.neil.brown.name Git - wiggle.git/commitdiff
Browser: add missing documentation for Save and Restore in main window
authorNeilBrown <neilb@suse.de>
Thu, 7 Feb 2013 00:07:05 +0000 (11:07 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 7 Feb 2013 00:07:05 +0000 (11:07 +1100)
Signed-off-by: NeilBrown <neilb@suse.de>
vpatch.c

index 85de05bdc6a0523e411ab956b1beb8370bfcd1a7..3bdf46dd580c57d577c31802ca641513b55eecbd 100644 (file)
--- 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.";