diff options
| -rw-r--r-- | COPYING | 1 | ||||
| -rwxr-xr-x | read_object.pl | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -0,0 +1 @@ +These files are given to the public domain. diff --git a/read_object.pl b/read_object.pl index 520502d..10a4e56 100755 --- a/read_object.pl +++ b/read_object.pl @@ -119,7 +119,7 @@ sub format_tree { =item C<hexdump($str)> -Returns C<$str> as rows of 16 hexadecimal digits, followed by their +Returns C<$str> as rows of 16 hexadecimal numbers, followed by their character representations, if printable, otherwise `.' =cut |
