Skip to content

Commit 8020e77

Browse files
committed
Update preset argument documentation
1 parent fe0ba87 commit 8020e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xtasks/crates/config/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct Cli {
1919
enum Subcommand {
2020
/// Load a preset configuration.
2121
Load {
22-
/// Name of the preset to load. Must correspond to a file in the `presets/` directory without the `.toml` extension.
22+
/// Name of the preset to load. Can either be a path, or the name of a file in the `presets/` directory without the `.toml` extension.
2323
preset: String,
2424
/// Do not ask for confirmation.
2525
#[arg(long, default_value_t = false)]

0 commit comments

Comments
 (0)