Skip to content

Commit

Permalink
Remove ... from usage
Browse files Browse the repository at this point in the history
... indicates that we except one or more files. We only accept one.
  • Loading branch information
klaaspieter committed Dec 23, 2016
1 parent aaa43bd commit 5be18e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcrecord
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tmp_file=$(mktemp)
name=$(basename "$0")

show_usage() {
echo "usage: $name file ..."
echo "usage: $name file"
}

show_version() {
Expand Down

0 comments on commit 5be18e3

Please sign in to comment.