Skip to content

Commit

Permalink
use shorter comment for old-csv
Browse files Browse the repository at this point in the history
  • Loading branch information
janstarke committed Jun 13, 2024
1 parent 9e70656 commit 7829d97
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/bin/mactime2/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ pub(crate) enum OutputFormat {
#[strum(serialize = "elastic")]
Elastic,

/// Use the old CSV format that was used by legacy mactime.
/// Keep in mind that in this format, fields which contain commas will
/// not be wrapped by quotes, as RFC4180 requires it. So, this format
/// is not RFC4180-compliant, which means that you might not be able
/// to use the output together with csv processing tools.
/// Use the old (non RFC compliant) CSV format that was used by legacy mactime.
#[strum(serialize = "old-csv")]
OldCsv,
}
Expand Down

0 comments on commit 7829d97

Please sign in to comment.