diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-10-28 12:11:55 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-10-28 12:11:55 +0100 | 
| commit | bac6a6737c103a53e31e8fe5063a8b7305c0f158 (patch) | |
| tree | ef36a3f3a45c38a38f4beabd548046bd4df8ec01 /src | |
| parent | makefile: add install and unstall rules (diff) | |
| download | scrotty-bac6a6737c103a53e31e8fe5063a8b7305c0f158.tar.gz scrotty-bac6a6737c103a53e31e8fe5063a8b7305c0f158.tar.bz2 scrotty-bac6a6737c103a53e31e8fe5063a8b7305c0f158.tar.xz | |
add manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | src/scrotty.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/scrotty.c b/src/scrotty.c index bb8e886..b9ac6b8 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -535,7 +535,7 @@ static int print_help(void)    p("\tspecifier. Characters preceded by a '%%' are interpretted by strftime(2).\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 '$'. The following specifiers are recognised:\n"); +  p("\tby '$' or '\\'. The following specifiers are recognised:\n");    p("\n");    p("\t\n");    p("\t$i  framebuffer index\n"); @@ -551,7 +551,7 @@ static int print_help(void)    p("\n");    p("\tA space that is not prefixed by a backslash in --exec is interpreted as an\n");    p("\targument delimiter. This is the case even at the beginning and end of the\n"); -  p("\tstring and if the a space was the previous character in the string.\n"); +  p("\tstring and if a space was the previous character in the string.\n");    p("\n");    return 0;  } | 
