diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-28 14:08:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-28 14:08:38 -0400 |
commit | a86cd4bc8215f01ffe2ba06c63be56656d8ae7cf (patch) | |
tree | fb66e5b0ae237b6b1b017f1bff75ffc15cec87a1 /doc/tips/imapannex.mdwn | |
parent | 061fbfb37e02a9a9cb42396cce63d9b67d6a9c6e (diff) |
The "git annex content" command is renamed to "git annex wanted".
Diffstat (limited to 'doc/tips/imapannex.mdwn')
-rw-r--r-- | doc/tips/imapannex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/imapannex.mdwn b/doc/tips/imapannex.mdwn index 594687db4..e9963df34 100644 --- a/doc/tips/imapannex.mdwn +++ b/doc/tips/imapannex.mdwn @@ -24,4 +24,4 @@ Run the program once to set it up. git config annex.imap-hook '/usr/bin/python2 ~/imapannex/imapannex.py' git annex initremote imap type=hook hooktype=imap encryption=shared git annex describe imap "the imap library" - git annex content imap exclude=largerthan=30mb + git annex wanted imap exclude=largerthan=30mb |