diff --git a/src/misc/help.h b/src/misc/help.h index af0421a..cf136b5 100644 --- a/src/misc/help.h +++ b/src/misc/help.h @@ -39,7 +39,7 @@ static const char help_str[] = { " \tSubscribe to events\n" " --add event [optional: ]\n" " \tCreate custom event\n" - " --trigger [Optional: = ... =]\n" + " --trigger [optional: = ... =]\n" " \tTrigger custom event\n\n" "Querying information, see https://felixkratz.github.io/SketchyBar/config/querying\n" " --query bar \tQuery bar properties\n" @@ -52,4 +52,7 @@ static const char help_str[] = { " --bar ... \\\n" " --set ... \n" " \tAnimate from given source to target property values\n\n" + "Reloading the config\n" + " --hotload \tEnable or disable the config hotloader\n" + " --reload [optional: ]\tReload the current or the given config\n\n" };