mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-10 09:40:27 +00:00
Two small corrections on options
This commit is contained in:
@@ -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."),
|
||||
|
||||
Reference in New Issue
Block a user