X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=fe1b22bb5e8aeb545192ed0f5d3b6592eb0d43f1;hp=3de158f67990e8087367257fd655ae9b59e16764;hb=cbdabc103c8568d794ed3a1eac58cbf6304a3985;hpb=32fe0a9a2b6ca795f096448a35acf0f2c640a465 diff --git a/grml-debootstrap b/grml-debootstrap index 3de158f..fe1b22b 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -82,7 +82,7 @@ Send bugreports to the grml-team: bugs (at) grml.org || http://grml.org/bugs/ " } -if [ "$1" = '-h' ] || [ "$1" = '-help' ] ; then +if [ "$1" = '-h' ] || [ "$1" = '-help' ] || [ "$1" = "--help" ] ; then usage echo 'Please notice that this script requires root permissions!' exit 0