indicate that the username arg is case sensitive

This commit is contained in:
Carson McManus 2021-09-01 08:56:24 -04:00
parent 376b7b8870
commit a311df931b

View file

@ -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(