aboutsummaryrefslogtreecommitdiffstats
path: root/src/info.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-12 08:35:06 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-12 08:35:06 +0100
commite6761e55e59af979d0f35f23b0d7bcd5cf7800dd (patch)
treee7ca5ed2c38bb4540fb60715583b9ed6c8c5e6aa /src/info.c
parentremove pnm support (diff)
downloadscrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.gz
scrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.bz2
scrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.xz
you can now select framebuffer
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--src/info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/info.c b/src/info.c
index a60ed3e..a9a0d09 100644
--- a/src/info.c
+++ b/src/info.c
@@ -36,8 +36,11 @@ print_help (void)
"\t-h, --help Print usage information.\n"
"\t-v, --version Print program name and version.\n"
"\t-c, --copyright Print copyright information.\n"
+ "\t-d, --device NO Select framebuffer device.\n"
"\t-e, --exec CMD Command to run for each saved image.\n"
"\n"
+ "\tEach option can only be used once."
+ "\n"
"SPECIAL STRINGS\n"
"\tBoth the --exec and filename-pattern parameters can take format specifiers\n"
"\tthat are expanded by scrotty when encountered. There are two types of format\n"