diff options
Diffstat (limited to 'plugins/hexview')
| -rwxr-xr-x | plugins/hexview | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hexview b/plugins/hexview index 3f45583..60b3428 100755 --- a/plugins/hexview +++ b/plugins/hexview @@ -1,7 +1,7 @@ #!/usr/bin/env sh # Description: View a file in hex -# Requires: xxd and $PAGER +# Dependencies: xxd and $PAGER # # Shell: POSIX compliant # Author: Arun Prakash Jana |