mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Fix printing of literal '%' in help message.
I suppose I could have just used puts instead...
This commit is contained in:
parent
1e75f5f3a7
commit
1e4f5108b5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ static const char search_terms_help[] =
|
|||
"\t\tfollowing syntax would specify a date range to return messages\n"
|
||||
"\t\tfrom 2009-10-01 until the current time:\n"
|
||||
"\n"
|
||||
"\t\t\t$(date +%s -d 2009-10-01)..$(date +%s)\n\n";
|
||||
"\t\t\t$(date +%%s -d 2009-10-01)..$(date +%%s)\n\n";
|
||||
|
||||
command_t commands[] = {
|
||||
{ "setup", notmuch_setup_command,
|
||||
|
|
Loading…
Reference in a new issue