corriger le template shell
This commit is contained in:
parent
28bb531203
commit
e4b77298bc
|
@ -3,6 +3,6 @@
|
|||
|
||||
# Type de script shell à générer par défaut pour la commande 'utempl -t sh'
|
||||
# auto (par défaut), system-or-local, default, manual ou vanilla
|
||||
# Le type d'analyse d'argument est spécifié avec un préfixe +auto (par défaut)
|
||||
# ou +manual
|
||||
# Le type d'analyse d'argument est spécifié avec un suffixe
|
||||
# +auto (par défaut), +manual ou +legacy
|
||||
#SHELL_TYPE=auto+auto
|
||||
|
|
|
@ -217,7 +217,9 @@ USAGE
|
|||
OPTIONS"
|
||||
}
|
||||
|
||||
args=(--help '\''$exit_with display_help'\'')
|
||||
args=(
|
||||
--help '\''$exit_with display_help'\''
|
||||
)
|
||||
parse_args "$@"; set -- "${args[@]}"
|
||||
'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue