foxygit / doom Log in
commit 96e0123cd27a88a69c4582eb1e7c8dda66f3114d
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Sat Jan 27 04:52:05 2018 -0800
Commit:     Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Sat Jan 27 04:52:05 2018 -0800

    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)