Fixed help menu for qmnt
This commit is contained in:
parent
329cbff567
commit
9e2a71d6bd
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ ALLOW_LABEL="0"
|
||||||
|
|
||||||
print_help () {
|
print_help () {
|
||||||
cat /dev/stdin << EOF
|
cat /dev/stdin << EOF
|
||||||
$0 - Quick Mount
|
$(basename "$0") - Quick Mount
|
||||||
|
|
||||||
Usage: $0 [options] TARGET
|
Usage: $(basename "$0") [options] TARGET
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-h --help Print this menu
|
-h --help Print this menu
|
||||||
|
|
Loading…
Reference in a new issue