Skip to content

Commit d721923

Browse files
Update src/cli.rs
Co-authored-by: Avery Harnish <[email protected]>
1 parent 4b8e0a6 commit d721923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub struct Rover {
6464
#[serde(serialize_with = "option_from_display")]
6565
log_level: Option<Level>,
6666

67-
/// Specify Rover's format type
67+
/// Specify the format of the data printed to stdout by Rover's commands
6868
#[arg(long = "format", global = true)]
6969
format_type: Option<FormatType>,
7070

0 commit comments

Comments
 (0)