get rid of a corny joke

Reviewers: sean

Reviewed By: sean

Differential Revision: https://phabricator.buildinspace.com/D161
This commit is contained in:
Jack O'Connor 2015-01-03 20:29:45 -05:00
parent 2a315178f0
commit ee7b9fb406
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ class Runtime:
self.force = args['--force']
if args['--quiet'] and args['--verbose']:
raise PrintableError(
"Peru can't be quiet and loud at the same time.\n"
"Have you tried using <blink>?")
"Peru can't be quiet and verbose at the same time.")
self.quiet = args['--quiet']
self.verbose = args['--verbose']