a few command usage fixes
This commit is contained in:
parent
0850e8eaf9
commit
c955fb2736
4 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ import qualified Remote
|
|||
|
||||
cmd :: [Command]
|
||||
cmd = [dontCheck repoExists $
|
||||
command "reinit" (paramUUID ++ " or " ++ paramDesc) seek SectionUtility ""]
|
||||
command "reinit" (paramUUID ++ "|" ++ paramDesc) seek SectionUtility "initialize repository, reusing old UUID"]
|
||||
|
||||
seek :: CommandSeek
|
||||
seek = withWords start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue