1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-26 15:12:08 +02:00

Only show the name of the script, not the full path (#72)

This commit is contained in:
Sylvestre Ledru 2018-01-13 13:14:19 +01:00 committed by Stéphane Lesimple
parent 45b98e125f
commit f3551b9734

View File

@ -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.