netifd: update to latest git HEAD
[openwrt/staging/stintel.git] / scripts / mkits.sh
index c09e537dbd9b7b70e0922d8cefe8eee7cde8b9c7..468ef670e620dbf825fee55c578af1aa430c71d4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 #
 # Licensed under the terms of the GNU GPL License version 2 or later.
 #
@@ -15,8 +15,9 @@
 #
 
 usage() {
-       printf "Usage: %s -A arch -C comp -a addr -e entry -v version"\
-                "-k kernel [-D name -d dtb] -o its_file" "$(basename $0)"
+       printf "Usage: %s -A arch -C comp -a addr -e entry" "$(basename "$0")"
+       printf " -v version -k kernel [-D name -d dtb] -o its_file"
+
        printf "\n\t-A ==> set architecture to 'arch'"
        printf "\n\t-C ==> set compression type 'comp'"
        printf "\n\t-c ==> set config name 'config'"