diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-26 14:55:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-26 14:55:40 -0400 |
commit | 5de4482c1b52ead223bc380b45fcc421e25a80a4 (patch) | |
tree | 075091a3b866e28c906a3f7d44d20b2a4fcddd33 /doc/git-annex-enableremote.mdwn | |
parent | 6580aa68ca335e66daab9a9c2b7f91ad6f9bd2cb (diff) |
enableremote: List uuids and descriptions of remotes that can be enabled, and accept either the uuid or the description in leu if the name.
Diffstat (limited to 'doc/git-annex-enableremote.mdwn')
-rw-r--r-- | doc/git-annex-enableremote.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/git-annex-enableremote.mdwn b/doc/git-annex-enableremote.mdwn index 3b543c969..846724715 100644 --- a/doc/git-annex-enableremote.mdwn +++ b/doc/git-annex-enableremote.mdwn @@ -4,7 +4,7 @@ git-annex enableremote - enables use of an existing special remote # SYNOPSIS -git annex enableremote `name [param=value ...]` +git annex enableremote `name|uuid|desc [param=value ...]` # DESCRIPTION @@ -15,7 +15,8 @@ originally created with the initremote command. The name of the remote is the same name used when originally creating that remote with `git annex initremote`. Run `git annex enableremote` without any name to get a list of -special remote names. +special remote names. Or you can specify the uuid or description of the +remote. Some special remotes may need parameters to be specified every time they are enabled. For example, the directory special remote requires a directory= |