diff options
-rw-r--r-- | etc/bash_completion.d/vyatta-cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 6dfe663..81fd7cc 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -520,6 +520,9 @@ get_value_format_string () filename) echo -n '<filename>' ;; + path) + echo -n '<path>' + ;; *) echo -n "$vtype" ;; |