From 99044bedd7baf6af98a94790ce019f0a91dd4a9d Mon Sep 17 00:00:00 2001 From: Greg Becker Date: Fri, 2 Dec 2022 14:02:20 -0800 Subject: patch command: add concretizer args (#34282) * patch command: add concretizer args * tab completion --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 8abf64a01e..b66f4cb1aa 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1439,7 +1439,7 @@ _spack_module_tcl_setdefault() { _spack_patch() { if $list_options then - SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated" + SPACK_COMPREPLY="-h --help -n --no-checksum --deprecated -U --fresh --reuse" else _all_packages fi -- cgit v1.2.3-70-g09d2