clean up params in usage display
This commit is contained in:
parent
984c9fc052
commit
9fe3c6d211
16 changed files with 25 additions and 24 deletions
|
@ -25,7 +25,8 @@ import Utility.Conditional
|
|||
import qualified Command.Add
|
||||
|
||||
command :: [Command]
|
||||
command = [repoCommand "migrate" paramPath seek "switch data to different backend"]
|
||||
command = [repoCommand "migrate" paramPaths seek
|
||||
"switch data to different backend"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [withBackendFilesInGit start]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue