aboutsummaryrefslogtreecommitdiffstats
path: root/spectre-meltdown-checker.sh
diff options
context:
space:
mode:
authorSylvestre Ledru <sledru@mozilla.com>2018-01-13 13:14:19 +0100
committerStéphane Lesimple <speed47_github@speed47.net>2018-01-13 13:14:19 +0100
commitf3551b9734850463ccc6d9761e5db0df9cb54fab (patch)
tree1bf48ed497373f243acdb95b33b0d935c61ea464 /spectre-meltdown-checker.sh
parent45b98e125fcda2e0bd718e943d867603a0590b92 (diff)
downloadspectre-meltdown-checker-f3551b9734850463ccc6d9761e5db0df9cb54fab.tar.lz
spectre-meltdown-checker-f3551b9734850463ccc6d9761e5db0df9cb54fab.tar.xz
spectre-meltdown-checker-f3551b9734850463ccc6d9761e5db0df9cb54fab.zip
Only show the name of the script, not the full path (#72)
Diffstat (limited to 'spectre-meltdown-checker.sh')
-rwxr-xr-xspectre-meltdown-checker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh
index 1cd0cdb..4ac3d52 100755
--- a/spectre-meltdown-checker.sh
+++ b/spectre-meltdown-checker.sh
@@ -15,8 +15,8 @@ show_usage()
{
cat <<EOF
Usage:
- Live mode: $0 [options] [--live]
- Offline mode: $0 [options] [--kernel <vmlinux_file>] [--config <kernel_config>] [--map <kernel_map_file>]
+ Live mode: `basename $0` [options] [--live]
+ Offline mode: `basename $0` [options] [--kernel <vmlinux_file>] [--config <kernel_config>] [--map <kernel_map_file>]
Modes:
Two modes are available.