diff options
author | https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574 <Mica_Semrick@web> | 2013-12-26 21:08:43 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-26 21:08:43 +0000 |
commit | 2189658a82cab799f99c2a4310220b59b7ee6aa3 (patch) | |
tree | 2f7d5db8c60400e7d02870250b5795fc64c04052 /doc/git-annex.mdwn | |
parent | 0def87ae6c6337394533e3034f45a353c4682189 (diff) |
corrected typo in status command
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 84fe85eed..4af533bc5 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -107,7 +107,7 @@ subdirectories). To force checking the remote for every file when copying --from the repository, specify `--force`. -* `status` [path ...]` +* `status [path ...]` Similar to `git status --short`, displays the status of the files in the working tree. Shows files that are not checked into git, files that |