diff options
Diffstat (limited to 'Command/NumCopies.hs')
-rw-r--r-- | Command/NumCopies.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/NumCopies.hs b/Command/NumCopies.hs index 52eb9dcc6..773e10b6a 100644 --- a/Command/NumCopies.hs +++ b/Command/NumCopies.hs @@ -13,8 +13,8 @@ import Command import Config.NumCopies import Types.Messages -def :: [Command] -def = [command "numcopies" paramNumber seek +cmd :: [Command] +cmd = [command "numcopies" paramNumber seek SectionSetup "configure desired number of copies"] seek :: CommandSeek |