fix: clarify help text (#1442)

This commit is contained in:
a-kenji 2022-05-30 23:11:36 +02:00 committed by GitHub
parent 1e496c5e10
commit 9dbec05ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ pub struct CliArgs {
#[clap(long, short, overrides_with = "session")]
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")]
pub layout: Option<PathBuf>,