Skip to content

Commit

Permalink
updated help message
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Oct 23, 2023
1 parent 3f236e9 commit 9b2e916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastn/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async fn fastn_core_commands(matches: &clap::ArgMatches) -> fastn_core::Result<(
}

fn app(version: &'static str) -> clap::Command {
clap::Command::new("fastn: FTD Package Manager")
clap::Command::new("fastn: Full-stack Web Development Made Easy")
.version(version)
.arg_required_else_help(true)
.arg(clap::arg!(verbose: -v "Sets the level of verbosity"))
Expand Down

0 comments on commit 9b2e916

Please sign in to comment.