drivers core: Fix oops when driver probe fails
[linux-2.6-microblaze.git] / scripts / decode_stacktrace.sh
index 20b5af1..5fbad61 100755 (executable)
@@ -5,7 +5,7 @@
 
 usage() {
        echo "Usage:"
-       echo "  $0 -r <release> | <vmlinux> [base path] [modules path]"
+       echo "  $0 -r <release> | <vmlinux> [<base path>|auto] [<modules path>]"
 }
 
 if [[ $1 == "-r" ]] ; then