From a311df931b95f9245c82d955cef0bc7f6b914ca9 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 1 Sep 2021 08:56:24 -0400 Subject: [PATCH] indicate that the username arg is case sensitive --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b6dcc49..44dea71 100644 --- a/src/main.rs +++ b/src/main.rs @@ -37,7 +37,7 @@ fn cli() -> App<'static, 'static> { .long("username") .short("u") .takes_value(true) - .help("Select the account you want by steam username. By default, the first account in the manifest is selected.") + .help("Select the account you want by steam username. Case-sensitive. By default, the first account in the manifest is selected.") .conflicts_with("all") ) .arg(