Only show the name of the script, not the full path

This commit is contained in:
Sylvestre Ledru 2018-01-13 13:00:17 +01:00
parent dce917bfbb
commit 4a4a341150
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.