Updated help suggestion to use man

This commit is contained in:
Bruce Hill 2020-05-02 15:18:43 -07:00
parent f33b012705
commit c459ac0b67

2
bin
View File

@ -260,7 +260,7 @@ list_trash() {
if [ $# -eq 0 ]; then
show_usage
fail "Try '$progname -h' for more information."
fail "Run 'man $progname' for more information."
fi
(has_arg -v "$@" || has_arg --verbose "$@") && verbose_flag=-v