Skip to content
Snippets Groups Projects
Commit c7b2b11a authored by rswindell's avatar rswindell
Browse files

Clarify that you'd normally use -c or -b, not both.

parent de42fb23
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ int msgdump(FILE* fp, const char* fname)
return(0);
}
char* usage = "usage: fmsgdump [-body] [-ctrl] <file1.msg> [file2.msg] [...]\n";
char* usage = "usage: fmsgdump [-body | -ctrl] <file1.msg> [file2.msg] [...]\n";
int main(int argc, char** argv)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment