diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-04-27 18:32:37 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-27 18:32:37 +0200 | 
| commit | 906c8419b0f650785edbfd210d2db06617bad1d3 (patch) | |
| tree | 3716c36f891922268964d7e0d8b42d42f8542cdf /bin/hashl | |
| parent | b011031f81fb357f728968d54ca3486b32790691 (diff) | |
hashl: Fix usage ('man hashl', not 'man /usr/local/bin/hashl')
Diffstat (limited to 'bin/hashl')
| -rwxr-xr-x | bin/hashl | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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  } | 
