about summary refs log tree commit diff
path: root/pkgs/profpatsch/dhallsh/Fish
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/dhallsh/Fish')
-rw-r--r--pkgs/profpatsch/dhallsh/Fish/Complete/toCommand.dhall2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/dhallsh/Fish/Complete/toCommand.dhall b/pkgs/profpatsch/dhallsh/Fish/Complete/toCommand.dhall
index f7453b65..67327b5f 100644
--- a/pkgs/profpatsch/dhallsh/Fish/Complete/toCommand.dhall
+++ b/pkgs/profpatsch/dhallsh/Fish/Complete/toCommand.dhall
@@ -43,7 +43,6 @@ in    λ(conditionOptionPrinter : OptionPrinter)
 
       let args =
               [ long "command" (Some c.cmd)
-              , long "description" (Some c.description)
               , Prelude.Optional.map
                 (Command Argument)
                 Argument
@@ -60,6 +59,7 @@ in    λ(conditionOptionPrinter : OptionPrinter)
               , flag "keep-order" c.keep-order
               , flag "no-files" c.no-files
               , flag "require-parameter" c.require-parameter
+              , long "description" (Some c.description)
               ]
             : List (Optional Argument)