mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 06:08:00 +02:00
configure: Fix help string for --with-background-end-color-stop
Looks like it was copied from --with-background-start-color-stop and never updated to reflect the option it is describing.
This commit is contained in:
parent
1906f04428
commit
df10062109
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ AC_SUBST(background_color)
|
|||
AC_ARG_WITH(background-start-color-stop, AS_HELP_STRING([--with-background-start-color-stop],[first color stop in background gradients used by boot splash plugins]),background_start_color=${withval},background_start_color=0x807c71)
|
||||
AC_SUBST(background_start_color)
|
||||
|
||||
AC_ARG_WITH(background-end-color-stop, AS_HELP_STRING([--with-background-end-color-stop],[first color end in background gradients used by boot splash plugins]),background_end_color=${withval},background_end_color=0x3a362f)
|
||||
AC_ARG_WITH(background-end-color-stop, AS_HELP_STRING([--with-background-end-color-stop],[last color end in background gradients used by boot splash plugins]),background_end_color=${withval},background_end_color=0x3a362f)
|
||||
AC_SUBST(background_end_color)
|
||||
|
||||
AC_ARG_WITH(release-file, AS_HELP_STRING([--with-release-file=<path_to_release_file>],[Release File to use to detect distribution (by default /etc/system-release)]),RELEASE_FILE=${withval},RELEASE_FILE=/etc/system-release)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue