mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-22 01:07:37 +00:00
Adding more space
This commit is contained in:
parent
05d5e8b7dd
commit
0b8afdd5b4
@ -36,12 +36,12 @@ EOF
|
||||
*)
|
||||
case "$VAL" in
|
||||
'yes'*)
|
||||
print_help_option "--disable-$VAR" "Disable$COMMENT";;
|
||||
print_help_option "--disable-$VAR" "Disable $COMMENT";;
|
||||
'no'*)
|
||||
print_help_option "--enable-$VAR" "Enable$COMMENT";;
|
||||
print_help_option "--enable-$VAR" "Enable $COMMENT";;
|
||||
'auto'*)
|
||||
print_help_option "--enable-$VAR" "Enable$COMMENT"
|
||||
print_help_option "--disable-$VAR" "Disable$COMMENT";;
|
||||
print_help_option "--enable-$VAR" "Enable $COMMENT"
|
||||
print_help_option "--disable-$VAR" "Disable $COMMENT";;
|
||||
*)
|
||||
print_help_option "--with-$VAR" "$COMMENT";;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user