From: Sage Weil Date: Tue, 22 Oct 2013 20:02:22 +0000 (-0700) Subject: ceph: move timeout X-Git-Tag: v0.72-rc1~23^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12308862f72ab89ed65f082767e67074738a6c95;p=ceph.git ceph: move timeout Signed-off-by: Sage Weil --- diff --git a/src/ceph.in b/src/ceph.in index 94de9b7f4bd3..56422f6ed820 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -544,11 +544,11 @@ def main(): return errno.EINVAL return 0 - # basic help timeout = None if parsed_args.cluster_timeout: timeout = parsed_args.cluster_timeout + # basic help if parsed_args.help: do_basic_help(parser, childargs)