Config: Updated description
This commit is contained in:
parent
e4e7244427
commit
8fbb7dee58
|
@ -55,6 +55,7 @@ print_info() {
|
||||||
# Default: 'on'
|
# Default: 'on'
|
||||||
# Values: 'on', 'off'
|
# Values: 'on', 'off'
|
||||||
# Flag: --kernel_shorthand
|
# Flag: --kernel_shorthand
|
||||||
|
# Supports: Everything except *BSDs (except PacBSD and PC-BSD)
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# on: '4.8.9-1-ARCH'
|
# on: '4.8.9-1-ARCH'
|
||||||
|
@ -70,7 +71,7 @@ kernel_shorthand="on"
|
||||||
# Default: 'off'
|
# Default: 'off'
|
||||||
# Values: 'on', 'off', 'tiny'
|
# Values: 'on', 'off', 'tiny'
|
||||||
# Flag: --distro_shorthand
|
# Flag: --distro_shorthand
|
||||||
# Supports: Linux, macOS, and Solaris.
|
# Supports: Everything except Windows and Haiku
|
||||||
distro_shorthand="off"
|
distro_shorthand="off"
|
||||||
|
|
||||||
# Show/Hide OS Architecture.
|
# Show/Hide OS Architecture.
|
||||||
|
|
Reference in New Issue