summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-06-20 12:23:08 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-06-20 12:23:08 +0200
commit7de37076840c895a833b45bcd2e2785488952540 (patch)
tree5d83b062edb3899e78691f465247576403b172ea /modules
parentbe510a9b01e06bc6115c8a84b5231683bba91c8b (diff)
snapshot: use key 'O' as 'o' is used by options
Diffstat (limited to 'modules')
-rw-r--r--modules/snapshot/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/snapshot/snapshot.c b/modules/snapshot/snapshot.c
index b8a01de..d22806e 100644
--- a/modules/snapshot/snapshot.c
+++ b/modules/snapshot/snapshot.c
@@ -63,7 +63,7 @@ static struct vidfilt snapshot = {
static const struct cmd cmdv[] = {
- {'o', 0, "Take video snapshot", do_snapshot },
+ {'O', 0, "Take video snapshot", do_snapshot },
};