diff options
author | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-09-08 00:48:18 +0200 |
---|---|---|
committer | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-09-08 00:48:18 +0200 |
commit | c2b1e0da0409e04ba08b6ff876486bd8463510a2 (patch) | |
tree | 92ca0023543a0a831630955414650217cd670676 /sync-all | |
parent | 193ad9fe87a2c2cb988e92fdd83f3ffb0c7bb196 (diff) | |
download | haskell-c2b1e0da0409e04ba08b6ff876486bd8463510a2.tar.gz |
Correct a few typos
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -499,7 +499,7 @@ any extra arguments to git: sync-all behaves. Flags given *after* the command are passed to git. - -q says to be quite, and -s to be silent. + -q says to be quiet, and -s to be silent. --resume will restart a command that failed, from the repo at which it failed. This means you don't need to wait while, e.g., "pull" @@ -522,7 +522,7 @@ any extra arguments to git: all of the repos bare. Requires packages.conf to be present in the current directory (a renamed packages file from the main ghc repo). - Note: --cheched-out and --bare flags are NOT the opposite of each other. + Note: --checked-out and --bare flags are NOT the opposite of each other. --checked-out: describes the layout of the remote repository tree. --bare: describes the layout of the local repository tree. @@ -679,7 +679,7 @@ ATTENTION! You have an old haddock repository in your GHC tree! Please remove it (e.g. "rm -r utils/haddock"), and then run -"./syncs-all get" to get the new repository. +"./sync-all get" to get the new repository. ============================ EOF } @@ -697,7 +697,7 @@ ATTENTION! You have an old binary repository in your GHC tree! Please remove it (e.g. "rm -r libraries/binary"), and then run -"./syncs-all get" to get the new repository. +"./sync-all get" to get the new repository. ============================ EOF } |