We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400620b commit 5972ab3Copy full SHA for 5972ab3
dockers/docker-fpm-frr/base_image_files/prefix_list
@@ -15,7 +15,7 @@ display_help() {
15
echo " No additional parameters required."
16
echo ""
17
echo "Arguments:"
18
- echo " <PREFIX_TYPE> Type of prefix list. Allowed values: {$(IFS='|'; echo "${supported_prefix_types[*]}")}."
+ echo " <PREFIX_TYPE> Type of prefix list. Allowed values: {$(printf "%s" "${supported_prefix_types[*]}" | tr ' ' '|')}."
19
echo " <NETWORK> Network in CIDR format."
20
21
echo "Options:"
0 commit comments