nk412 / optparse

Simple command line arguments parser for BASH
MIT License
158 stars 32 forks source link

rpad missing #4

Closed nevdullcode closed 10 years ago

nevdullcode commented 10 years ago

Ubuntu 13.10 does not have rpad. Please see my fork for the fix.

- optparse_usage="${optparse_usage}#NL#TB${short} $(rpad "$long:" 25) ${desc}"

nk412 commented 10 years ago

Fixed it, thanks!