We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482ffd4 commit 4ad5e25Copy full SHA for 4ad5e25
1 file changed
commands/checksum_files.sh
@@ -1,12 +1,12 @@
1
#!/usr/bin/env bash
2
#
3
# Generate or verify checksums for many files.
4
-# Default algo: sha256. Other supported: md5, sha1.
+# Default algo: sha256. Other supported: md5, sha1.
5
6
source ./lib/utils.sh
7
8
show_help() {
9
- echo "Usage:"
+ echo "Usage: "
10
echo " shellman checksum_files [options]"
11
echo ""
12
echo "Description:"
0 commit comments