Update copyright in ustreamer-dump help

This commit is contained in:
Sam Reed
2021-01-07 14:46:44 +00:00
committed by GitHub
parent ebe1d20e69
commit 70084993d8

View File

@@ -276,7 +276,7 @@ static void _help(FILE *fp) {
SAY("\nuStreamer-dump - Dump uStreamer's memory sink to file"); SAY("\nuStreamer-dump - Dump uStreamer's memory sink to file");
SAY("═════════════════════════════════════════════════════"); SAY("═════════════════════════════════════════════════════");
SAY("Version: %s; license: GPLv3", VERSION); SAY("Version: %s; license: GPLv3", VERSION);
SAY("Copyright (C) 2018 Maxim Devaev <mdevaev@gmail.com>\n"); SAY("Copyright (C) 2018-2021 Maxim Devaev <mdevaev@gmail.com>\n");
SAY("Example:"); SAY("Example:");
SAY("════════"); SAY("════════");
SAY(" ustreamer-dump --sink test --output - \\"); SAY(" ustreamer-dump --sink test --output - \\");