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