fix format of message
newlines are eaten
This commit is contained in:
parent
faef32767e
commit
8db09feeba
1 changed files with 1 additions and 3 deletions
|
@ -44,12 +44,10 @@ trustCommand c level = withWords (commandAction . start)
|
||||||
next $ return True
|
next $ return True
|
||||||
|
|
||||||
trustedNeedsForce :: String -> String
|
trustedNeedsForce :: String -> String
|
||||||
trustedNeedsForce name = unlines
|
trustedNeedsForce name = unwords
|
||||||
[ "Trusting a repository can lead to data loss."
|
[ "Trusting a repository can lead to data loss."
|
||||||
, ""
|
|
||||||
, "If you're sure you know what you're doing, use --force to"
|
, "If you're sure you know what you're doing, use --force to"
|
||||||
, "make this take effect."
|
, "make this take effect."
|
||||||
, ""
|
|
||||||
, "If you choose to do so, bear in mind that any time you drop"
|
, "If you choose to do so, bear in mind that any time you drop"
|
||||||
, "content from " ++ name ++ ", you will risk losing data."
|
, "content from " ++ name ++ ", you will risk losing data."
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue