diff --git a/worf/src/lib/config.rs b/worf/src/lib/config.rs index b4bdfbd..06d3ba5 100644 --- a/worf/src/lib/config.rs +++ b/worf/src/lib/config.rs @@ -379,7 +379,7 @@ pub struct Config { fork: Option, /// Selects a config file to use - #[clap(short = 'c', long = "conf")] + #[clap(short = 'c', long = "conf", alias = "config")] cfg_path: Option, /// Prints the version and then exits