summaryrefslogtreecommitdiffstats
path: root/subcmds/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/info.py')
-rw-r--r--subcmds/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/info.py b/subcmds/info.py
index 2be56109..f7cf60fc 100644
--- a/subcmds/info.py
+++ b/subcmds/info.py
@@ -48,7 +48,7 @@ class Info(PagedCommand):
48 help=optparse.SUPPRESS_HELP) 48 help=optparse.SUPPRESS_HELP)
49 p.add_option('-l', '--local-only', 49 p.add_option('-l', '--local-only',
50 dest="local", action="store_true", 50 dest="local", action="store_true",
51 help="Disable all remote operations") 51 help="disable all remote operations")
52 52
53 def Execute(self, opt, args): 53 def Execute(self, opt, args):
54 self.out = _Coloring(self.client.globalConfig) 54 self.out = _Coloring(self.client.globalConfig)