aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/aoe/mkshelf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/aoe/mkshelf.sh')
-rw-r--r--Documentation/aoe/mkshelf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/aoe/mkshelf.sh b/Documentation/aoe/mkshelf.sh
index 40932836bb80..8bacf9f2c7cc 100644
--- a/Documentation/aoe/mkshelf.sh
+++ b/Documentation/aoe/mkshelf.sh
@@ -2,6 +2,7 @@
2 2
3if test "$#" != "2"; then 3if test "$#" != "2"; then
4 echo "Usage: sh `basename $0` {dir} {shelfaddress}" 1>&2 4 echo "Usage: sh `basename $0` {dir} {shelfaddress}" 1>&2
5 echo " n_partitions=16 sh `basename $0` {dir} {shelfaddress}" 1>&2
5 exit 1 6 exit 1
6fi 7fi
7n_partitions=${n_partitions:-16} 8n_partitions=${n_partitions:-16}