浏览代码

return self.exit_code from do_help

Dan Christensen 11 年之前
父节点
当前提交
020c4f802f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      attic/archiver.py

+ 1 - 0
attic/archiver.py

@@ -376,6 +376,7 @@ class Archiver:
             # FIXME:  If topic is one of the regular commands, show that help.
             # Otherwise, show the default global help.
             print('No help available on %s' % (args.topic,))
+        return self.exit_code
 
     def run(self, args=None):
         keys_dir = get_keys_dir()