Skip to content

Commit

Permalink
fix: update cli typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
  • Loading branch information
jdrouet committed Mar 9, 2024
1 parent ae1da6d commit 4727e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod serve;

#[derive(clap::Subcommand)]
pub(crate) enum Action {
/// Run the Tekitoi server
/// Run the Catapulte server
Serve(serve::Action),
/// Prints the open api schema
OpenApi(openapi::Action),
Expand Down

0 comments on commit 4727e94

Please sign in to comment.