diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 08:35:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 08:35:06 +0100 |
commit | e6761e55e59af979d0f35f23b0d7bcd5cf7800dd (patch) | |
tree | e7ca5ed2c38bb4540fb60715583b9ed6c8c5e6aa /src/info.c | |
parent | remove pnm support (diff) | |
download | scrotty-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |