diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-05 09:42:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-05 09:42:43 -0400 |
commit | 52077eaa9a53d985b09e64f5f1b3f080af4e08a1 (patch) | |
tree | 111b0a8832054d5f06e813c6ac8e766bc1244e2b | |
parent | 7a1a407e2bb007b0aba8ebdca6f767660f904a01 (diff) |
add missing directory params in 2 places
-rw-r--r-- | doc/git-annex-shell.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn index 7919f72d5..1a7e85570 100644 --- a/doc/git-annex-shell.mdwn +++ b/doc/git-annex-shell.mdwn @@ -69,12 +69,12 @@ first "/~/" or "/~user/" is expanded to the specified home directory. This commits any staged changes to the git-annex branch. It also runs the annex-content hook. -* notifychanges +* notifychanges directory This is used by `git-annex remotedaemon` to be notified when refs in the remote repository are changed. -* gcryptsetup gcryptid +* gcryptsetup directory gcryptid Sets up a repository as a gcrypt repository. |