Two small corrections on options

This commit is contained in:
Eric Coissac
2025-01-07 11:51:37 +01:00
parent 67c0d00a4d
commit c58d9772ac
3 changed files with 6 additions and 8 deletions

View File

@@ -17,8 +17,7 @@ func ScriptOptionSet(options *getoptions.GetOpt) {
options.StringVar(&_script, "script", _script,
options.Description("The script to execute."),
options.Alias("S"),
options.Description("Name of a map attribute."))
options.Alias("S"))
options.BoolVar(&_askTemplate, "template", _askTemplate,
options.Description("Print on the standard output a script template."),