Update arg counter
This commit is contained in:
parent
1f9567f910
commit
99b6a840d9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
if [ $# -lt 2 ]; then
|
||||
echo "$0: class-name osd-name [..osd name]" >&2
|
||||
echo "Set device class for OSD (needs to be classless before)"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue