From 9c9f7fe2cfdfdd2ad9ffd4601ccdf6e398d8c2d3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Feb 2024 15:50:41 -0400 Subject: [PATCH] wording --- doc/special_remotes.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/special_remotes.mdwn b/doc/special_remotes.mdwn index 74f473045e..7c227ee07e 100644 --- a/doc/special_remotes.mdwn +++ b/doc/special_remotes.mdwn @@ -88,12 +88,12 @@ uses. ## Setting up a special remote -To create a new special remote, use +To initialize a new special remote, use [[git-annex initremote|git-annex-initremote]]. See the documentation for the special remote you want to use for details about configuration and examples of how to initremote it. -Once a special remote has been created, other clones of the repository can +Once a special remote has been initialize, other clones of the repository can also enable it, by using [[git-annex enableremote|git-annex-enableremote]] with the same name that was used to initialize it. (Run the command without any name to get a list of available special remotes.)