Merge pull request #80 from reedy/patch-4

ustreamer-dump -o takes a filename argument
This commit is contained in:
Maxim Devaev
2021-01-07 19:01:24 +03:00
committed by GitHub

View File

@@ -285,7 +285,7 @@ static void _help(FILE *fp) {
SAY("═════════════");
SAY(" -s|--sink <name> ──────── Memory sink ID. No default.\n");
SAY(" -t|--sink-timeout <sec> ─ Timeout for the upcoming frame. Default: 1.\n");
SAY(" -o|--output ───────────── Filename to dump. Use '-' for stdout. Default: just consume the sink.\n");
SAY(" -o|--output <filename> ─── Filename to dump output to. Use '-' for stdout. Default: just consume the sink.\n");
SAY(" -j|--output-json ──────── Format output as JSON. Required option --output. Default: disabled.\n");
SAY("Logging options:");
SAY("════════════════");