diff --git a/src/cli_util.rs b/src/cli_util.rs index e882465cc..6d0949fb1 100644 --- a/src/cli_util.rs +++ b/src/cli_util.rs @@ -2005,7 +2005,7 @@ pub fn short_operation_hash(operation_id: &OperationId) -> String { /// /// To get started, see the tutorial at https://github.com/martinvonz/jj/blob/main/docs/tutorial.md. #[derive(clap::Parser, Clone, Debug)] -#[command(name = "jj", author = "Martin von Zweigbergk ")] +#[command(name = "jj")] pub struct Args { #[command(flatten)] pub global_args: GlobalArgs,