diff --git a/fastn/src/main.rs b/fastn/src/main.rs index 46a1525186..f1f4c33952 100644 --- a/fastn/src/main.rs +++ b/fastn/src/main.rs @@ -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"))