diff --git a/join-lines.sh b/join-lines.sh index 3a5f875..6231211 100755 --- a/join-lines.sh +++ b/join-lines.sh @@ -9,7 +9,7 @@ # DESCRIPTION # Simply removes any occurrences of the sequence CR, LF, space. # -# Can be used as a preprocessing script for vCards handling. +# Can be used as a preprocessing script for vCard handling. # # BUGS # https://github.com/l0b0/vcard/issues diff --git a/sort-lines.sh b/sort-lines.sh index 32dfbc1..52d2783 100755 --- a/sort-lines.sh +++ b/sort-lines.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # NAME -# sort-lines.sh - Sort vCards property lines according to a custom key +# sort-lines.sh - Sort vCard property lines according to a custom key # # SYNOPSIS # sort-lines.sh KEYFILE FILE...