[mod] Kommandozeilen-Argument-Beschreibung für dry-run-Schalter

This commit is contained in:
Christian Fraß 2025-06-12 05:39:33 +00:00
parent a824b97626
commit 9e698560fd

View file

@ -230,7 +230,7 @@ namespace _munin
"type": lib_plankton.args.enum_type.boolean, "type": lib_plankton.args.enum_type.boolean,
"mode": lib_plankton.args.enum_mode.replace, "mode": lib_plankton.args.enum_mode.replace,
"default": false, "default": false,
"info": "whether to not skip the sending of reminders (logs will be written)", "info": "whether to skip the sending of reminders (logs will be written)",
"name": "dry-run", "name": "dry-run",
}), }),
"help": lib_plankton.args.class_argument.volatile({ "help": lib_plankton.args.class_argument.volatile({