Skip to content

Commit

Permalink
Merge pull request #40 from schinckel/patch-2
Browse files Browse the repository at this point in the history
Fix multiple file message
  • Loading branch information
aurora committed May 23, 2015
2 parents edeba5f + 3e21aa5 commit 690072b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmate
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fi

shift
if [ ! "${#@}" -eq 0 ]; then
echo "There are more than one files specified. Opening only $filepath and ignoring other."
echo "There is more than one file specified. Opening only $filepath and ignoring other."
fi

if [ "$filepath" != "-" ]; then
Expand Down

0 comments on commit 690072b

Please sign in to comment.