summaryrefslogtreecommitdiff
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-08 05:41:32 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-09 04:55:05 (GMT)
commitfb6ff943de33dccc3f43541ed4ae4b71abddac8b (patch)
tree29d4e4060a7d4e6bb0352cca5208f9aac2216d66 /Documentation/git-status.txt
parentd5dc6a76d49367cddc015e01d2e9aa22e64d7e28 (diff)
downloadgit-fb6ff943de33dccc3f43541ed4ae4b71abddac8b.zip
git-fb6ff943de33dccc3f43541ed4ae4b71abddac8b.tar.gz
git-fb6ff943de33dccc3f43541ed4ae4b71abddac8b.tar.bz2
Documentation: git-status takes the same options as git-commit
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r--Documentation/git-status.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index e446f48..ce7857e 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -8,7 +8,7 @@ git-status - Show working tree status
SYNOPSIS
--------
-'git-status'
+'git-status' <options>...
DESCRIPTION
-----------
@@ -23,6 +23,10 @@ If there is no path that is different between the index file and
the current HEAD commit, the command exits with non-zero
status.
+The command takes the same set of options as `git-commit`; it
+shows what would be committed if the same options are given to
+`git-commit`.
+
OUTPUT
------