Clarify syntax and role of git-add in status output
[gitweb.git] / wt-status.c
index db427384ff454aa07e38c588537cbaa6b835dee6..34be91b77c2391ad803bedb82c9fd9b28c59751a 100644 (file)
@@ -15,7 +15,7 @@ static char wt_status_colors[][COLOR_MAXLEN] = {
        "\033[31m", /* WT_STATUS_CHANGED: red */
        "\033[31m", /* WT_STATUS_UNTRACKED: red */
 };
-static const char* use_add_msg = "use \"git add file1 file2\" to include for commit";
+static const char* use_add_msg = "use \"git add <file>...\" to incrementally add content to commit";
 
 static int parse_status_slot(const char *var, int offset)
 {