diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-01 14:10:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-01 14:10:32 +0100 |
commit | d925a12a1b8cd56527bcbb5e19358da4c93a5d34 (patch) | |
tree | 805449018fabed2368e6c7e76f67de6f1ed83abf /src | |
parent | update dist (diff) | |
download | scrotty-d925a12a1b8cd56527bcbb5e19358da4c93a5d34.tar.gz scrotty-d925a12a1b8cd56527bcbb5e19358da4c93a5d34.tar.bz2 scrotty-d925a12a1b8cd56527bcbb5e19358da4c93a5d34.tar.xz |
misc improvements1.0.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/scrotty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrotty.c b/src/scrotty.c index 16aebbb..0f690f3 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -533,7 +533,7 @@ static int print_help(void) p("SPECIAL STRINGS\n"); p("\tBoth the --exec and filename-pattern parameters can take format specifiers\n"); p("\tthat are expanded by scrotty when encountered. There are two types of format\n"); - p("\tspecifier. Characters preceded by a '%%' are interpretted by strftime(2).\n"); + p("\tspecifier. Characters preceded by a '%%' are interpretted by strftime(3).\n"); p("\tSee `man strftime` for examples. These options may be used to refer to the\n"); p("\tcurrent date and time. The second kind are internal to scrotty and are prefixed\n"); p("\tby '$' or '\\'. The following specifiers are recognised:\n"); |