diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 21:55:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 21:55:56 -0400 |
commit | 8514a2a98783d520e7115635a27428923b81ffb9 (patch) | |
tree | ec71e7dda503554ce49b40c4b00e59270a395698 | |
parent | bc2df77642490be830cde9a46428d25051120893 (diff) |
updates
-rw-r--r-- | doc/git-annex-shell.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn index 1231ef668..b32114a74 100644 --- a/doc/git-annex-shell.mdwn +++ b/doc/git-annex-shell.mdwn @@ -11,11 +11,15 @@ git-annex-shell [-c] command [params ...] git-annex-shell is a restricted shell, similar to git-shell, which can be used as a login shell for SSH accounts. +Since its syntax is identical to git-shell's, it can be used as a drop-in +replacement anywhere git-shell is used. For example it can be used as a +user's restricted login shell. + # COMMANDS * configlist directory - This outputs the git configuration, in the same form as + This outputs a subset of the git configuration, in the same form as `git config --list` * inannex directory [key ...] |