Browse Source

create_arm - add hostname argument in usage

Émile Morel 10 years ago
parent
commit
1ffdb3fe79
1 changed files with 2 additions and 1 deletions
  1. 2 1
      olinux/create_arm_debootstrap.sh

+ 2 - 1
olinux/create_arm_debootstrap.sh

@@ -13,7 +13,8 @@ cat <<EOF
 # OPTIONS
 
   -d		debian release (wheezy, jessie) 	(default: wheezy)
-  -a		add packages
+  -a		add packages (wheezy)
+  -n		name					(default: olinux)
 
 EOF
 exit 1