man/ronin-sha512.1.md in ronin-2.0.5 vs man/ronin-sha512.1.md in ronin-2.1.0.rc1
- old
+ new
@@ -1,7 +1,11 @@
# ronin-sha512 1 "2023-02-01" Ronin "User Manuals"
+## NAME
+
+ronin-sha512 - Calculates SHA512 hashes
+
## SYNOPSIS
`ronin sha512` [*options*] [*FILE* ...]
## DESCRIPTION
@@ -9,32 +13,32 @@
Calculates SHA512 hashes of data.
## ARGUMENTS
*FILE*
- The optional file to read and process. If no *FILE* arguments are given,
+: The optional file to read and process. If no *FILE* arguments are given,
input will be read from `stdin`.
## OPTIONS
`-f`, `--file` *FILE*
- Optional file to process.
+: Optional file to process.
`--string` *STRING*
- Optional string to process.
+: Optional string to process.
`-M`, `--multiline`
- Process each line of input separately.
+: Process each line of input separately.
`-n`, `--keep-newlines`
- Preserves newlines at the end of each line.
+: Preserves newlines at the end of each line.
`-h`, `--help`
- Print help information.
+: Print help information.
## AUTHOR
Postmodern <postmodern.mod3@gmail.com>
## SEE ALSO
-ronin-md5(1), ronin-sha1(1), ronin-sha256(1)
+[ronin-md5](ronin-md5.1.md) [ronin-sha1](ronin-sha1.1.md) [ronin-sha256](ronin-sha256.1.md)
\ No newline at end of file