summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2013-08-09 23:20:41 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2013-08-09 23:20:41 +0200
commitc12df18b772dbb943ae4fe444dc0e8653665dc0f (patch)
tree34225b8d8f3158544065f5514f2f9b0e3aa79092
parent4f43572224b3c8723dc1bf0e886313b0e9c92049 (diff)
downloadhaskell-c12df18b772dbb943ae4fe444dc0e8653665dc0f.tar.gz
sync-all: remove trailing '/' from root-urls in help text
This is a test commit for addressing #8121
-rwxr-xr-xsync-all4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync-all b/sync-all
index 293fbc734d..535e2ea75c 100755
--- a/sync-all
+++ b/sync-all
@@ -633,7 +633,7 @@ remote set-url [--push] <remote-name>
repository location in each case appropriately. For example, to
add a new remote pointing to the upstream repositories:
- ./sync-all -r http://darcs.haskell.org/ remote add upstream
+ ./sync-all -r http://darcs.haskell.org remote add upstream
The -r flag points to the root of the repository tree (see "which
repos to use" below). For a repository on the local filesystem it
@@ -848,7 +848,7 @@ sub main {
if ($bare_flag && ! $bare_found && ! $defaultrepo) {
die "error: bare repository ghc.git not found.\n"
. " Either clone a bare ghc repo first or specify the repo location. E.g.:\n"
- . " ./sync-all --bare [--testsuite --nofib --extra] -r http://darcs.haskell.org/ get\n"
+ . " ./sync-all --bare [--testsuite --nofib --extra] -r http://darcs.haskell.org get\n"
}
elsif ($bare_found) {
$bare_flag = "--bare";