From d59a8a806ab8caf60cca6590305c2608619d95d9 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Sun, 14 Jul 2024 00:43:37 +0800 Subject: [PATCH] There no `--version` now --- README.md | 1 - src/main.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 65acd6f..a59f6c3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ Options: --udp-proxy Use UDP proxy --rtsp-proxy Use rtsp proxy -h, --help Print help - -V, --version Print version ``` ### Endpoints diff --git a/src/main.rs b/src/main.rs index 1b7e12c..56eb776 100644 --- a/src/main.rs +++ b/src/main.rs @@ -291,7 +291,6 @@ Options: --udp-proxy Use UDP proxy --rtsp-proxy Use rtsp proxy -h, --help Print help - -V, --version Print version "#, cmd );