summaryrefslogtreecommitdiff
path: root/Documentation/git-runstatus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-runstatus.txt')
-rw-r--r--Documentation/git-runstatus.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-runstatus.txt b/Documentation/git-runstatus.txt
index 89d7b92..8bb52f4 100644
--- a/Documentation/git-runstatus.txt
+++ b/Documentation/git-runstatus.txt
@@ -16,7 +16,7 @@ DESCRIPTION
Examines paths in the working tree that has changes unrecorded
to the index file, and changes between the index file and the
current HEAD commit. The former paths are what you _could_
-commit by running 'git-update-index' before running 'git
+commit by running 'git add' (or 'git rm' if you are deleting) before running 'git
commit', and the latter paths are what you _would_ commit by
running 'git commit'.