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