From 166a9ae8efddeb7d134ee5f1c0cadea314880dea Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 16 Aug 2025 14:02:31 +0100 Subject: Change --runtime-config,-R to --saved-config,-S This naming makes more sense in retrospect. --- klippy/klippy.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'klippy/klippy.py') 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" -- cgit v1.2.3-70-g09d2