Commit 8695a280 authored by Max Kellermann's avatar Max Kellermann

test/run_input: document more options

parent a59f1b21
......@@ -118,7 +118,7 @@ ParseCommandLine(int argc, char **argv)
auto args = option_parser.GetRemaining();
if (args.size != 1)
throw std::runtime_error("Usage: run_input [--verbose] [--config=FILE] URI");
throw std::runtime_error("Usage: run_input [--verbose] [--config=FILE] [--scan] [--chunk-size=BYTES] URI");
c.uri = args.front();
return c;
......
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