Skip to content

Commit

Permalink
docs: wordsmith --quiet option description
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Dec 24, 2024
1 parent 51a1389 commit 8fc6230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/pivotp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Common options:
-o, --output <file> Write output to <file> instead of stdout.
-d, --delimiter <arg> The field delimiter for reading/writing CSV data.
Must be a single character. (default: ,)
-Q, --quiet Do not return smart aggregations chosen nor pivot shape to stderr.
-Q, --quiet Do not return smart aggregation chosen nor pivot result shape to stderr.
"#;

use std::{fs::File, io, io::Write, path::Path, sync::OnceLock};
Expand Down

0 comments on commit 8fc6230

Please sign in to comment.