Skip to content

Commit f4bb050

Browse files
committed
test/run_decoder: document the "--seek" option
1 parent fab87c2 commit f4bb050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_decoder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ParseCommandLine(int argc, char **argv)
7272

7373
auto args = option_parser.GetRemaining();
7474
if (args.size() != 2)
75-
throw std::runtime_error("Usage: run_decoder [--verbose] [--config=FILE] DECODER URI");
75+
throw std::runtime_error("Usage: run_decoder [--verbose] [--config=FILE] [--seek=POS] ECODER URI");
7676

7777
c.decoder = args[0];
7878
c.uri = args[1];

0 commit comments

Comments
 (0)