Replace all login username references with email

This commit is contained in:
bytedream 2023-12-09 01:41:33 +01:00
parent b4057599a1
commit 77609be598
3 changed files with 8 additions and 8 deletions

View file

@ -46,7 +46,7 @@ impl Execute for Login {
#[derive(Clone, Debug, Parser)]
pub struct LoginMethod {
#[arg(
help = "Login with credentials (username or email and password). Must be provided as user:password"
help = "Login with credentials (email and password). Must be provided as email:password"
)]
#[arg(long)]
pub credentials: Option<String>,