documentation: Add the "files" option to the synopsis of "search --output="

This was inadvertently left off when --output=files was recently added
as a new option.
This commit is contained in:
Carl Worth 2010-10-28 12:15:51 -07:00
parent c8bdd29895
commit ce6390cee7
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ Presents the results in either JSON or plain-text (default).
.RS 4
.TP 4
.B \-\-output=(summary|threads|messages|tags)
.B \-\-output=(summary|threads|messages|files|tags)
.RS 4
.TP 4

View file

@ -165,7 +165,7 @@ command_t commands[] = {
"\t\tPresents the results in either JSON or\n"
"\t\tplain-text (default)\n"
"\n"
"\t--output=(summary|threads|messages|tags)\n"
"\t--output=(summary|threads|messages|files|tags)\n"
"\n"
"\t\tsummary (default)\n"
"\n"