Skip to content

Commit

Permalink
Fix escaping string
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Apr 28, 2019
1 parent 28eba36 commit 0c49b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opi
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ use Term::ANSIColor;
# Check command line arguments
#
unless (scalar @ARGV) {
print 'Please specify query keywords. For example:\n';
print ' opi pcsx2\n';
print "Please specify query keywords. For example:\n";
print " opi pcsx2\n";
exit 1;
}

Expand Down

0 comments on commit 0c49b03

Please sign in to comment.