diff --git a/cargo-pgrx/README.md b/cargo-pgrx/README.md index 3b900f848..4c056301a 100644 --- a/cargo-pgrx/README.md +++ b/cargo-pgrx/README.md @@ -42,7 +42,7 @@ Commands: connect Connect, via psql, to a Postgres instance test Run the test suite for this crate get Get a property from the extension control file - cross Cargo subcommand for 'pgrx' to make Postgres extension development easy + cross Commands having to do with cross-compilation. (Experimental) help Print this message or the help of the given subcommand(s) Options: diff --git a/cargo-pgrx/src/command/cross/mod.rs b/cargo-pgrx/src/command/cross/mod.rs index b5772648a..da8183b9f 100644 --- a/cargo-pgrx/src/command/cross/mod.rs +++ b/cargo-pgrx/src/command/cross/mod.rs @@ -12,7 +12,7 @@ pub(crate) mod pgrx_target; /// Commands having to do with cross-compilation. (Experimental) #[derive(clap::Args, Debug)] -#[clap(about, author)] +#[clap(author)] pub(crate) struct Cross { #[command(subcommand)] pub(crate) subcommand: CargoPgrxCrossSubCommands,