diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ubi-tests/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/runtests.sh b/tests/ubi-tests/runtests.sh index fa10c3e..708cce4 100755 --- a/tests/ubi-tests/runtests.sh +++ b/tests/ubi-tests/runtests.sh @@ -7,7 +7,7 @@ io_paral volrefcnt" if test -z "$ubidev"; then echo "Usage:" - echo "$0 <UBI device> <ubi module load command>" + echo "$0 <UBI device>" exit 1 fi |