diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 163a2ecf5f..6bf88fee60 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1010,7 +1010,7 @@ _spack_gpg_sign() { _spack_gpg_create() { if $list_options then - SPACK_COMPREPLY="-h --help --comment --expires --export" + SPACK_COMPREPLY="-h --help --comment --expires --export --export-secret" else SPACK_COMPREPLY="" fi @@ -1027,7 +1027,7 @@ _spack_gpg_init() { _spack_gpg_export() { if $list_options then - SPACK_COMPREPLY="-h --help" + SPACK_COMPREPLY="-h --help --secret" else _keys fi |