aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 05208ea..6fbab07 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -120,7 +120,7 @@ struct Cli {
120#[derive(Args)] 120#[derive(Args)]
121struct Global { 121struct Global {
122 /// Root directory for daemon files (pid, logs). If not specified, searches for git root. 122 /// Root directory for daemon files (pid, logs). If not specified, searches for git root.
123 #[arg(long, global = true)] 123 #[arg(long, global = true, env = "DEMON_ROOT_DIR")]
124 root_dir: Option<PathBuf>, 124 root_dir: Option<PathBuf>,
125} 125}
126 126