This commit is contained in:
Lukas Wurzinger 2025-01-04 16:34:04 +01:00
parent 24b36d236c
commit 264de8a5e8
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ error() {
exit 1
}
args=$(getopt --options f --longoptions=flake: --name "$progname" -- "$@")
args=$(getopt --options f:o:t: --longoptions=flake:,on:,to: --name "$progname" -- "$@")
eval set -- "$args"