Commit ed10031b authored by Claes Sjofors's avatar Claes Sjofors

rt_elog_dump, fix in usage text. Arguments was mixed up

parent e0d5da86
......@@ -84,10 +84,10 @@ void usage()
printf( "\n"
" rt_elog_dump Dump eventlog to text file\n"
"\n"
" > rt_elog_dump [dumpfile] [database]\n"
" > rt_elog_dump [database] [dumpfile]\n"
"\n"
" dumpfile Name of dumpfile, default " DUMPFILE "\n"
" database Database file, default " DATABASE "\n\n");
" dumpfile Name of dumpfile, default " DUMPFILE "\n"
}
void new_row( FILE *fp)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment