Updated help suggestion to use man
This commit is contained in:
parent
f33b012705
commit
c459ac0b67
2
bin
2
bin
@ -260,7 +260,7 @@ list_trash() {
|
|||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
show_usage
|
show_usage
|
||||||
fail "Try '$progname -h' for more information."
|
fail "Run 'man $progname' for more information."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(has_arg -v "$@" || has_arg --verbose "$@") && verbose_flag=-v
|
(has_arg -v "$@" || has_arg --verbose "$@") && verbose_flag=-v
|
||||||
|
Loading…
Reference in New Issue
Block a user