fix: clarify help text (#1442)
This commit is contained in:
parent
1e496c5e10
commit
9dbec05ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pub struct CliArgs {
|
||||||
#[clap(long, short, overrides_with = "session")]
|
#[clap(long, short, overrides_with = "session")]
|
||||||
pub session: Option<String>,
|
pub session: Option<String>,
|
||||||
|
|
||||||
/// Name of a predefined layout or path to a layout file
|
/// Name of a predefined layout inside the layout directory or the path to a layout file
|
||||||
#[clap(short, long, parse(from_os_str), overrides_with = "layout")]
|
#[clap(short, long, parse(from_os_str), overrides_with = "layout")]
|
||||||
pub layout: Option<PathBuf>,
|
pub layout: Option<PathBuf>,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue