fix: replaced ewwii.lua -> ewwii.rhai

This commit is contained in:
Byson94
2025-07-31 18:39:23 +05:30
parent 2f0874531e
commit 8359d2191a
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ pub(super) struct RawOpt {
#[arg(long = "force-wayland", global = true)]
force_wayland: bool,
/// override path to configuration directory (directory that contains ewwii.lua and eww.(s)css)
/// override path to configuration directory (directory that contains ewwii.rhai and eww.(s)css)
#[arg(short, long, global = true)]
config: Option<std::path::PathBuf>,

View File

@@ -34,7 +34,7 @@ pub(super) struct RawOpt {
#[arg(long = "force-wayland", global = true)]
force_wayland: bool,
/// override path to configuration directory (directory that contains ewwii.lua and eww.(s)css)
/// override path to configuration directory (directory that contains ewwii.rhai and eww.(s)css)
#[arg(short, long, global = true)]
config: Option<std::path::PathBuf>,