Skip to content

Commit

Permalink
Fix output_path doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Aug 28, 2024
1 parent 7551bcc commit d6261f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgt_cli/src/commands/domineering/exhaustive_search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub struct Args {
#[arg(long, default_value_t = false)]
include_decompositions: bool,

/// Path to write the cache
/// Path to write search results. Will overwrite if file exists
#[arg(long)]
output_path: String,

Expand Down

0 comments on commit d6261f9

Please sign in to comment.