aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit6f0af6d0fff47d2cb1325191d24f8fc1ed56d464 (patch)
treeb1a33091a71843d737c554a686ca93b90d519f65 /README.rst
parent3a7f96671ef87c2a8d9bf8aadcabf3e4b76a6229 (diff)
downloadgit-remote-gcrypt-6f0af6d0fff47d2cb1325191d24f8fc1ed56d464.tar.gz
Simplify informational output to emphasize the new repo URL
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d0329ac..8f4078c 100644
--- a/README.rst
+++ b/README.rst
@@ -41,8 +41,7 @@ Quickstart
git remote add cryptremote gcrypt::ssh://example.com:repo
git push cryptremote master
- > gcrypt: Setting up new repository at ssh://example.com:repo
- > gcrypt: Repository ID is KNBr0wKzct52
+ > gcrypt: Setting up new repository
> gcrypt: Repository URL is gcrypt::ssh://example.com:repo#KNBr0wKzct52
> gcrypt: (configuration for cryptremote updated)
> [ more lines .. ]
@@ -51,7 +50,7 @@ Quickstart
* Share the updated Repository URL with all participants.
-(The generated Repository ID is not secret, it only exists to ensure
+(The generated Repository URL is not secret, it only exists to ensure
that two repositories signed by the same user can not be maliciously
switched around. It incidentally allows multiple repositories to all
share location.)