aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
diff options
context:
space:
mode:
Diffstat (limited to 'klippy')
-rw-r--r--klippy/klippy.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/klippy/klippy.py b/klippy/klippy.py
index 7931bb10..f0092416 100644
--- a/klippy/klippy.py
+++ b/klippy/klippy.py
@@ -316,10 +316,10 @@ def main():
help="api server unix domain socket filename",
)
opts.add_option(
- "-R",
- "--runtime-config",
- default="/var/run/kutter/run.cfg",
- help="path to where SAVE_CONFIG should store the runtime configuration",
+ "-S",
+ "--saved-config",
+ default="/var/run/kutter/saved.cfg",
+ help="path to where SAVE_CONFIG should save configuration",
)
opts.add_option(
"-v", action="store_true", dest="verbose", help="enable debug messages"