aboutsummaryrefslogtreecommitdiffstats
path: root/src/completion
diff options
context:
space:
mode:
Diffstat (limited to 'src/completion')
-rw-r--r--src/completion1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/completion b/src/completion
index e2ca0b7..2aeeb57 100644
--- a/src/completion
+++ b/src/completion
@@ -24,6 +24,7 @@
((options -l --lower --lowercase --lower-case) (complete --lower-case) (desc 'Use lower-case output'))
((options -b --binary) (complete --binary) (desc 'Use binary output'))
((options -x --hex --hex-input) (complete --hex-input) (desc 'Use hexadecimal input'))
+ ((options -c --check) (complete --check) (desc 'Check checksums'))
((options -v --verbose) (complete --verbose) (desc 'Be verbose'))
)