aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-01-10 15:54:35 +0100
committerDan Engelbrecht <[email protected]>2025-01-10 15:54:35 +0100
commit95b31d1898159b2c03475fe52058ae8a00047b3d (patch)
tree2c7d67ea76dd31fcf2778cf6b4a20d1c772e655c /src
parentclang format (diff)
downloadzen-95b31d1898159b2c03475fe52058ae8a00047b3d.tar.xz
zen-95b31d1898159b2c03475fe52058ae8a00047b3d.zip
typo fix
Diffstat (limited to 'src')
-rw-r--r--src/zen/cmds/service_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/cmds/service_cmd.cpp b/src/zen/cmds/service_cmd.cpp
index 5011ac12f..16a2940a8 100644
--- a/src/zen/cmds/service_cmd.cpp
+++ b/src/zen/cmds/service_cmd.cpp
@@ -230,7 +230,7 @@ ServiceCommand::ServiceCommand()
m_StopOptions.positional_help("name");
#if ZEN_PLATFORM_WINDOWS
m_StopOptions.add_option("",
- mak "",
+ "",
"allow-elevation",
fmt::format("Allow attempt to relauch command using an elevated"),
cxxopts::value(m_AllowElevation),