diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-08-09 23:20:41 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2013-08-09 23:20:41 +0200 |
commit | c12df18b772dbb943ae4fe444dc0e8653665dc0f (patch) | |
tree | 34225b8d8f3158544065f5514f2f9b0e3aa79092 /sync-all | |
parent | 4f43572224b3c8723dc1bf0e886313b0e9c92049 (diff) | |
download | haskell-c12df18b772dbb943ae4fe444dc0e8653665dc0f.tar.gz |
sync-all: remove trailing '/' from root-urls in help text
This is a test commit for addressing #8121
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |