Removed [input_filename] from command line help.

[input_filename] placeholder was removed in 0cbbe96.
This commit is contained in:
Vojtech Bubnik 2023-09-19 08:56:23 +02:00
parent b2dd760a7a
commit eac0fa6271

View File

@ -2074,7 +2074,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Output filename format");
def->tooltip = L("You can use all configuration options as variables inside this template. "
"For example: [layer_height], [fill_density] etc. You can also use [timestamp], "
"[year], [month], [day], [hour], [minute], [second], [version], [input_filename], "
"[year], [month], [day], [hour], [minute], [second], [version], "
"[input_filename_base], [default_output_extension].");
def->full_width = true;
def->mode = comExpert;