diff options
-rwxr-xr-x | git-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-status.sh b/git-status.sh index 29c2b1169b..62a24a9b03 100755 --- a/git-status.sh +++ b/git-status.sh @@ -90,7 +90,7 @@ perl -e '$/ = "\0"; s|\n|\\n|g; s/^/# /; if (!$shown) { - print "#\n# Ignored files:\n"; + print "#\n# Untracked files:\n"; print "# (use \"git add\" to add to commit)\n#\n"; $shown = 1; } |