diff options
Diffstat (limited to 'Command/NumCopies.hs')
-rw-r--r-- | Command/NumCopies.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/NumCopies.hs b/Command/NumCopies.hs index 33db1bbc9..1a3dd3dad 100644 --- a/Command/NumCopies.hs +++ b/Command/NumCopies.hs @@ -14,10 +14,11 @@ import Annex.NumCopies import Types.Messages cmd :: Command -cmd = command "numcopies" paramNumber seek - SectionSetup "configure desired number of copies" +cmd = command "numcopies" SectionSetup + "configure desired number of copies" + paramNumber (withParams seek) -seek :: CommandSeek +seek :: CmdParams -> CommandSeek seek = withWords start start :: [String] -> CommandStart |