summaryrefslogtreecommitdiff
path: root/rcutorture/bin/parse-torture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rcutorture/bin/parse-torture.sh')
-rwxr-xr-xrcutorture/bin/parse-torture.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/rcutorture/bin/parse-torture.sh b/rcutorture/bin/parse-torture.sh
index 3455560..e3c5f07 100755
--- a/rcutorture/bin/parse-torture.sh
+++ b/rcutorture/bin/parse-torture.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Check the console output from a torture run for goodness.
# The "file" is a pathname on the local system, and "title" is
@@ -7,8 +7,7 @@
# The file must contain torture output, but can be interspersed
# with other dmesg text, as in console-log output.
#
-# Usage:
-# sh parse-torture.sh file title
+# Usage: parse-torture.sh file title
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by