diff --git a/cgt_cli/src/commands/domineering/exhaustive_search.rs b/cgt_cli/src/commands/domineering/exhaustive_search.rs index cb8eb41..27e5962 100644 --- a/cgt_cli/src/commands/domineering/exhaustive_search.rs +++ b/cgt_cli/src/commands/domineering/exhaustive_search.rs @@ -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,