diff --git a/src/commands.rs b/src/commands.rs index d3f2d98..dc0bfbc 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -51,7 +51,7 @@ pub struct CliOpts { #[arg(env = "DATADIR", short = 'd', long = "datadir")] pub datadir: Option, /// Output results in pretty format (instead of JSON). - #[arg(long = "pretty", global = true)] + #[arg(long = "pretty", short = 'P', global = true)] pub pretty: bool, /// Top level cli sub-commands. #[command(subcommand)]