diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-02 10:29:17 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-02 10:29:17 -0700 |
commit | 6d1851d7f199222bc9cc832625de812a5abc055b (patch) | |
tree | 52f9fd4fb14626d7245cfb7e90d81073c55de75c /etc/bash_completion.d | |
parent | 6621d21882e2200da7b2a30f1d220f664257a0b3 (diff) | |
download | vyatta-cfg-6d1851d7f199222bc9cc832625de812a5abc055b.tar.gz vyatta-cfg-6d1851d7f199222bc9cc832625de812a5abc055b.zip |
Fix missing help text
Bug 5506
Missing help line for loadkey
Diffstat (limited to 'etc/bash_completion.d')
-rwxr-xr-x | etc/bash_completion.d/20vyatta-cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg index 03f0bb2..48ba4fd 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -988,6 +988,7 @@ vyatta_config_complete () "Edit a sub-element" \ "Exit from this configuration level" \ "Load configuration from a file and replace running configuration" \ + "Load user SSH key from a file" \ "Load configuration from a file and merge running configuration" \ "Rename a configuration element" \ "Run an operational-mode command" \ |