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
1 changed files with 2 additions and 2 deletions

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.