From 96e0123cd27a88a69c4582eb1e7c8dda66f3114d Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sat, 27 Jan 2018 04:52:05 -0800 Subject: [PATCH] bash-completion: complete list of valid -gameversion parameters --- man/bash-completion/doom.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/bash-completion/doom.template.in b/man/bash-completion/doom.template.in index e4f3dcb0..6db3baf0 100644 --- a/man/bash-completion/doom.template.in +++ b/man/bash-completion/doom.template.in @@ -34,7 +34,7 @@ _@PROGRAM_SPREFIX@_doom() COMPREPLY=(doom2 tnt plutonia) ;; -gameversion) - COMPREPLY=(1.9 ultimate final final2 hacx chex) + COMPREPLY=(1.666 1.7 1.8 1.9 ultimate final final2 hacx chex) ;; -setmem) COMPREPLY=(dos622 dos71 dosbox)