Fix printing of literal '%' in help message.

I suppose I could have just used puts instead...
This commit is contained in:
Carl Worth 2009-11-23 18:36:14 -08:00
parent 1e75f5f3a7
commit 1e4f5108b5

View file

@ -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,