style: shorten help message

This commit is contained in:
DarkCat09 2024-08-28 14:41:43 +04:00
parent 49c46aeaf5
commit 060aa4a1f7
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

View file

@ -13,7 +13,7 @@ use tokio_gemini::{
// //
const USAGE: &str = "-k\t\tinsecure mode (trust all certs) const USAGE: &str = "-k\t\tinsecure mode (trust all certs)
-d <DNS server addr>\tuse custom DNS for resolving & DANE -d <DNS server>\tuse custom DNS for resolving & DANE
-h\t\tshow help"; -h\t\tshow help";
#[tokio::main] #[tokio::main]