make 'git add' a first class user friendly interface to the index
[gitweb.git] / wt-status.c
index de1be5bc66de634e41c7ef3dee08209631249e13..4b8b5705b4debaf9d55d02a41f74b8d4da215e97 100644 (file)
@@ -163,7 +163,7 @@ static void wt_status_print_changed_cb(struct diff_queue_struct *q,
        int i;
        if (q->nr)
                wt_status_print_header("Changed but not updated",
-                               "use git-update-index to mark for commit");
+                               "use git-add on files to include for commit");
        for (i = 0; i < q->nr; i++)
                wt_status_print_filepair(WT_STATUS_CHANGED, q->queue[i]);
        if (q->nr)