mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +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"
|
_opt="$1"
|
||||||
shift 1
|
shift 1
|
||||||
printf " %-24s %s\n" "$_opt" "$@"
|
printf " %-25s %s\n" "$_opt" "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
print_help()
|
print_help()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user