Skip to content
Snippets Groups Projects
Commit 15f5972e authored by Filip Kastl's avatar Filip Kastl
Browse files

contrib: Fix 2 bugs in check-params-in-docs.py


In my last patch for check-params-in-docs.py I accidentally
1. left one occurence of the 'help_params' variable not renamed
2. converted 'help_params' from a dict to a list

These issues cause the script to error when encountering a parameter
missing in docs.  This patch should fix these issues.

contrib/ChangeLog:

	* check-params-in-docs.py: 'params' -> 'help_params'.  Don't
	convert 'help_params' to a list.

Signed-off-by: default avatarFilip Kastl <fkastl@suse.cz>
parent a0ac8fa5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment