summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 1867c63..855ddfc 100755
--- a/bottle.py
+++ b/bottle.py
@@ -2916,7 +2916,7 @@ if __name__ == '__main__':
sys.exit(0)
if not args:
parser.print_help()
- print '\nError: No application specified.\n'
+ _stderr('\nError: No application specified.\n')
sys.exit(1)
debug(opt.debug)