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 e350291..8fc92e9 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -562,6 +562,9 @@ get_value_format_string () hostname) echo -n '<hostname>' ;; + filename) + echo -n '<filename>' + ;; *) echo -n "$vtype" ;; |