Skip to content

Commit 4ad5e25

Browse files
author
Jakub Marciniak
committed
test 3
1 parent 482ffd4 commit 4ad5e25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

commands/checksum_files.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env bash
22
#
33
# Generate or verify checksums for many files.
4-
# Default algo: sha256. Other supported: md5, sha1.
4+
# Default algo: sha256. Other supported: md5, sha1.
55

66
source ./lib/utils.sh
77

88
show_help() {
9-
echo "Usage:"
9+
echo "Usage: "
1010
echo " shellman checksum_files [options]"
1111
echo ""
1212
echo "Description:"

0 commit comments

Comments
 (0)