From c459ac0b674fa983a065b32442f5228b783c20d7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 2 May 2020 15:18:43 -0700 Subject: [PATCH] Updated help suggestion to use `man` --- bin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin b/bin index a4f7d3d..69941a0 100755 --- a/bin +++ b/bin @@ -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