mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Give more space for configure help options
This commit is contained in:
parent
698579c2b5
commit
da4afd6e35
@ -2,7 +2,7 @@ print_help_option() # $1 = option $@ = description
|
||||
{
|
||||
_opt="$1"
|
||||
shift 1
|
||||
printf " %-24s %s\n" "$_opt" "$@"
|
||||
printf " %-25s %s\n" "$_opt" "$@"
|
||||
}
|
||||
|
||||
print_help()
|
||||
|
Loading…
Reference in New Issue
Block a user