diff --git a/build-utils/extractrcskeleton.py b/build-utils/extractrcskeleton.py index 1d1e4d25..a4589a38 100755 --- a/build-utils/extractrcskeleton.py +++ b/build-utils/extractrcskeleton.py @@ -44,6 +44,8 @@ def sections_print(sec, indent): print indent + opt + " = " elif opt in ["align"]: print indent + opt + " = <{auto, left, right}>" + elif opt in ["draw_style"]: + print indent + opt + " = <{bottom, top, line}>" elif opt in ["text_align"]: print indent + opt + " = <{left, center, right}>" elif opt in ["grow"]: