Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Jul 28, 2024
1 parent 33619cb commit 246fd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iam-cli/commands/seed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use sea_orm::{ActiveModelTrait, Database, DbConn, Set};

pub fn command() -> Command {
Command::new("seed")
.about("Filles the database with random test data")
.about("Fills the database with random test data")
.arg(
Arg::new("database")
.long("database")
Expand Down
2 changes: 1 addition & 1 deletion iam-cli/commands/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn command() -> Command {
.env("IAM_URL")
.action(ArgAction::Set)
.required(true)
.help("URL of the IAM. Default to the environment variable IAM_URL"),
.help("URL of the IAM. Defaults to the environment variable IAM_URL"),
)
}

Expand Down

0 comments on commit 246fd27

Please sign in to comment.