From 18bdce6a6eed71866397c793fb2dafb92c890565 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Wed, 20 Dec 2023 16:02:27 -0600 Subject: dhcp: T5846: Have separate DUID formatter hint Have separate custom DUID formatter hint for config shell. --- etc/bash_completion.d/vyatta-cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 1f8b3f6..c2d3a42 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -457,7 +457,7 @@ get_help_text () local hstr=${vyatta_cfg_comp_help//\'/\'\\\\\\\'\'} vyatta_help_text+="\\n\\nDetailed information:\\n" local sIFS=$IFS - IFS=' ' + IFS=$'\n' local chstr=$(echo -en "$hstr\n" \ | while read comp_help_line; do echo "vyatta_help_text+=' $comp_help_line\\n';" @@ -514,6 +514,9 @@ get_value_format_string () macaddr) echo -n '' ;; + duid) + echo -n '' + ;; hostname) echo -n '' ;; -- cgit v1.2.3