docs: fix incorrect comment on machine_readable
This commit is contained in:
@@ -5,7 +5,9 @@ use strum::EnumString;
|
||||
#[derive(Parser)]
|
||||
#[command(about = "SDGB api tool", long_about = env!("CARGO_PKG_DESCRIPTION"))]
|
||||
pub struct Cli {
|
||||
/// try to generate human readable output.
|
||||
/// Try to generate machine readable format.
|
||||
///
|
||||
/// You must specify this for `-f, --format` to take effect.
|
||||
#[arg(short = 'M', long)]
|
||||
pub machine_readable: bool,
|
||||
#[command(subcommand)]
|
||||
|
||||
Reference in New Issue
Block a user