summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layman/argsparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/argsparser.py b/layman/argsparser.py
index 1cb71b3..e1703ac 100644
--- a/layman/argsparser.py
+++ b/layman/argsparser.py
@@ -241,7 +241,7 @@ class ArgsParser(BareConfig):
# Parse the command line first since we need to get the config
# file option.
if len(args) == 1:
- print >> self.std_out, 'Usage:%s' % _USAGE
+ self.output.notice('Usage:%s' % _USAGE)
sys.exit(0)
(self.options, remain_args) = self.parser.parse_args(args)