summaryrefslogtreecommitdiff
path: root/doc/git-annex-status.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-status.mdwn')
-rw-r--r--doc/git-annex-status.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/git-annex-status.mdwn b/doc/git-annex-status.mdwn
index 7ad967bde..19bd6fab5 100644
--- a/doc/git-annex-status.mdwn
+++ b/doc/git-annex-status.mdwn
@@ -9,8 +9,10 @@ git annex status `[path ...]`
# DESCRIPTION
Similar to `git status --short`, this command displays the status of the files
-in the working tree. Shows files that are not checked into git, files that have
-been deleted, and files that have been modified.
+in the working tree.
+
+Show files that are not checked into git (?), deleted (D),
+modified (M), added but not committed (A), and type changed/unlocked (T).
Particularly useful in direct mode.