diff --git a/resources/packages/roms/boot b/resources/packages/roms/boot index 35f003a..4ec03e9 100755 --- a/resources/packages/roms/boot +++ b/resources/packages/roms/boot @@ -80,6 +80,10 @@ buildrom() { if [ $# -gt 0 ]; then firstoption="${1}" + if [ "${firstoption}" = "--help" ]; then + help + exit 0 + fi if [ "${firstoption}" = "help" ]; then help exit 0