typo
This commit is contained in:
parent
8b749d4bfd
commit
a9a4649148
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import qualified GitRepo as Git
|
|||
import Utility
|
||||
|
||||
header :: String
|
||||
header = "Usage: git-union-merge newref ref ref"
|
||||
header = "Usage: git-union-merge ref ref newref"
|
||||
|
||||
usage :: IO a
|
||||
usage = error $ "bad parameters\n\n" ++ header
|
||||
|
|
Loading…
Reference in a new issue