summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-04-27 18:32:37 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-04-27 18:32:37 +0200
commit906c8419b0f650785edbfd210d2db06617bad1d3 (patch)
tree3716c36f891922268964d7e0d8b42d42f8542cdf
parentb011031f81fb357f728968d54ca3486b32790691 (diff)
hashl: Fix usage ('man hashl', not 'man /usr/local/bin/hashl')
-rwxr-xr-xbin/hashl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hashl b/bin/hashl
index 5dad044..d65ff33 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -48,7 +48,7 @@ my $action = shift;
sub usage {
die(<<"EOF");
Usage: $0 [options] <update|list|info|...> [args]
-See 'perldoc -F $0' (or 'man $0' if it is properly installed)
+See 'perldoc -F $0' (or 'man hashl' if it is properly installed)
EOF
}