summaryrefslogtreecommitdiff
path: root/cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline.py b/cmdline.py
index dd9e3a6..8df3408 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -53,7 +53,7 @@ hint_group.add_argument(
)
hint_group.add_argument(
'-b', '--bot', metavar='<B>',
- choices=range(2),
+ choices=range(3),
type=int,
default=2,
help='Valitsee tekoälyn <B>, missä: 0: Ei tekoälyä 1: Yksinkertainen, 2: DSSP (oletus)',