Skip to content

Commit

Permalink
vCard is by default singular, not plural
Browse files Browse the repository at this point in the history
Mixed up with xForms, which is always plural.
  • Loading branch information
l0b0 committed Jun 12, 2012
1 parent 804de41 commit e46bfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion join-lines.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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...
Expand Down

0 comments on commit e46bfcd

Please sign in to comment.