Kaydet (Commit) a9097843 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Help text for newly introduced switches.

Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09
üst 3751efff
...@@ -1980,6 +1980,20 @@ AC_ARG_WITH(intro-progressbar-frame-color, ...@@ -1980,6 +1980,20 @@ AC_ARG_WITH(intro-progressbar-frame-color,
Usage: --with-intro-progressbar-frame-color=207,208,211 Usage: --with-intro-progressbar-frame-color=207,208,211
],,) ],,)
AC_ARG_WITH(intro-progressbar-text-color,
AS_HELP_STRING([--with-intro-progressbar-text-color],
[Set color of progress bar text on intro screen. Comma separated RGB values in decimal format.])
[
Usage: --with-intro-progressbar-text-color=207,208,211
],,)
AC_ARG_WITH(intro-progressbar-text-baseline,
AS_HELP_STRING([--with-intro-progressbar-text-baseline],
[Set horizontal position of progress bar text on intro screen. Value in decimal format.])
[
Usage: --with-intro-progressbar-text-baseline=250
],,)
AC_ARG_WITH(flat-logo-svg, AC_ARG_WITH(flat-logo-svg,
[ --with-flat-logo-svg Allows specification of the flat Logo SVG. [ --with-flat-logo-svg Allows specification of the flat Logo SVG.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment