Skip to content

Commit

Permalink
feat(cli): better help text for --var option
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion committed May 6, 2024
1 parent 957a3eb commit a4f9d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyprshade/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __to_dict_callback(
"type": VarParamType(),
"multiple": True,
"callback": __to_dict_callback,
"help": "Variables to pass to the shader",
"help": "Variables to pass to the shader. May be specified multiple times.",
"metavar": metavar,
}

Expand Down

0 comments on commit a4f9d0a

Please sign in to comment.