Skip to content

Commit

Permalink
correct mactime2 help instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitbee0 committed Jul 30, 2024
1 parent 54e69d5 commit c91b9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/mactime2/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct Cli {
#[clap(short('b'), value_parser, value_hint=ValueHint::FilePath, default_value="-", help=BODYFILE_HELP, display_order(100))]
pub(crate) input_file: Input,

/// output format, if not specified, default value is 'csv-with-headers'
/// output format, if not specified, default value is 'txt'
#[clap(
id("format"),
short('F'),
Expand All @@ -48,7 +48,7 @@ pub struct Cli {
conflicts_with_all(["json", "format"]))]
pub(crate) csv_format: bool,

/// do not display a header line in the CSV output
/// display a header line in the CSV output
#[clap(
id("show-headers"),
short('H'),
Expand Down

0 comments on commit c91b9f5

Please sign in to comment.