summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-31 18:49:18 +0300
committerAlon Levy <alevy@redhat.com>2011-07-31 18:49:18 +0300
commitdaeabe9f6139c6346163ff69cde4808029bbc18a (patch)
tree8c02a2e18dec0634fc1fd680bdc1ae33c5cdfc86
parent24f05a1343aea6129a47128600c553cb6afed593 (diff)
default to running spicec
-rwxr-xr-xspice22
1 files changed, 1 insertions, 1 deletions
diff --git a/spice2 b/spice2
index 2f8ef4c..f983d10 100755
--- a/spice2
+++ b/spice2
@@ -690,7 +690,7 @@ def parseargs():
parser.add_argument('--showcmdline', dest='showcmdline', default=False, action='store_true')
parser.add_argument('--vga', dest='vga', choices=['qxl', 'cirrus'], default='qxl')
parser.add_argument('--memcheck', dest='memcheck', default=False, action='store_true')
- parser.add_argument('--oldclient', dest='oldclient', default=False, action='store_true')
+ parser.add_argument('--oldclient', dest='oldclient', default=True, action='store_true')
parser.add_argument('--clients', dest='clients', default=0, type=int)
parser.add_argument('--port', dest='spice_port', type=int, action='store')
parser.add_argument('--host', dest='spice_host', default='127.0.0.1')