mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Replace all login username references with email
This commit is contained in:
parent
b4057599a1
commit
77609be598
3 changed files with 8 additions and 8 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue