From d6261f968c18ea84a2135aee2fbe2a8313d8031e Mon Sep 17 00:00:00 2001 From: t4ccer Date: Wed, 28 Aug 2024 10:17:28 -0600 Subject: [PATCH] Fix `output_path` doc string --- cgt_cli/src/commands/domineering/exhaustive_search.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,