aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-next-frame.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-08-16 18:54:18 +0200
committerMattias Andrée <maandree@kth.se>2017-08-16 18:54:18 +0200
commitaf3cee4bebc3fed17c8932cc55c8cb694c250447 (patch)
treea2a2aa1ede56ba8b626e556207e607b171b7f419 /src/blind-next-frame.c
parentFix bugs in blind-from-video (diff)
downloadblind-af3cee4bebc3fed17c8932cc55c8cb694c250447.tar.gz
blind-af3cee4bebc3fed17c8932cc55c8cb694c250447.tar.bz2
blind-af3cee4bebc3fed17c8932cc55c8cb694c250447.tar.xz
blind-next-frame: fix exit status on incorrect usage
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-next-frame.c')
-rw-r--r--src/blind-next-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-next-frame.c b/src/blind-next-frame.c
index be6c303..1d33c46 100644
--- a/src/blind-next-frame.c
+++ b/src/blind-next-frame.c
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
-USAGE("[-f frames] width height pixel-format ...")
+NUSAGE(2, "[-f frames] width height pixel-format ...")
int
main(int argc, char *argv[])