Update copyright year in ustreamer help

This commit is contained in:
Sam Reed
2021-01-07 14:48:06 +00:00
committed by GitHub
parent ebe1d20e69
commit 0e3143c1d5

View File

@@ -570,7 +570,7 @@ static void _help(FILE *fp, device_s *dev, encoder_s *enc, stream_s *stream, ser
SAY("\nuStreamer - Lightweight and fast MJPG-HTTP streamer");
SAY("═══════════════════════════════════════════════════");
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("Capturing options:");
SAY("══════════════════");
SAY(" -d|--device </dev/path> ───────────── Path to V4L2 device. Default: %s.\n", dev->path);