diff options
author | Mattias Andrée <maandree@kth.se> | 2020-10-21 17:25:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-10-21 17:30:13 +0200 |
commit | a070f58c7de2ecba86a671209c519712e29679bf (patch) | |
tree | e7cb6e9d9cca664ff9ca5f58eed36df11fd72be8 /xsum.man | |
parent | test: check that -c accepts both uppercase and lowercase (diff) | |
download | sha3sum-a070f58c7de2ecba86a671209c519712e29679bf.tar.gz sha3sum-a070f58c7de2ecba86a671209c519712e29679bf.tar.bz2 sha3sum-a070f58c7de2ecba86a671209c519712e29679bf.tar.xz |
Use lowercase by default1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | xsum.man | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,10 +25,10 @@ Print or check Xsum checksums. If no file or when the file is -, read standard input. .TP .B -u -Output checksums in upper-case hexadecimal representation. (default) +Output checksums in upper-case hexadecimal representation. .TP .B -l -Output checksums in lower-case hexadecimal representation. +Output checksums in lower-case hexadecimal representation. (default) .TP .B -b Output checksums in binary representation. This suppresses |