diff --git a/examples/41-commands.hell b/examples/41-commands.hell index 042a232..f79067d 100644 --- a/examples/41-commands.hell +++ b/examples/41-commands.hell @@ -29,7 +29,8 @@ cmdParser = ) main = do - let opts = Options.info (Main.cmdParser <**> Options.helper) Options.fullDesc + let opts = Options.info (Main.cmdParser <**> Options.helper) + (Options.fullDesc <> Options.header "Program is distributed AS IS, without ANY warranty claims") cmd <- Options.execParser opts case cmd of Add f -> Text.putStrLn $ "Adding " <> f