Add missing location comment
This commit is contained in:
parent
5d64d2d42f
commit
ad336833c1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ begin
|
||||||
function getServiceLocations -V servarr -V flood
|
function getServiceLocations -V servarr -V flood
|
||||||
argparse -i "name=" -- $argv
|
argparse -i "name=" -- $argv
|
||||||
printf "%s\0" \
|
printf "%s\0" \
|
||||||
"$_flag_name" / (
|
"$_flag_name" / "" (
|
||||||
for app in $servarr
|
for app in $servarr
|
||||||
printf "%s\n" "$app" "/$app" ""
|
printf "%s\n" "$app" "/$app" ""
|
||||||
end) \
|
end) \
|
||||||
|
|
Loading…
Reference in a new issue