summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-28 19:12:42 +0300
committerAlon Levy <alevy@redhat.com>2011-07-28 19:12:42 +0300
commitba0bc74fc9cb778ee34101d4b38f017b0e4231a7 (patch)
tree2f78d99a5494ea97d9a3b7dfa4a2831619994463
parenta8bfe17b128cfebbc67b9ee417baf321f2b766e6 (diff)
fix error in defaults
-rwxr-xr-xspice22
1 files changed, 1 insertions, 1 deletions
diff --git a/spice2 b/spice2
index f6d3761..d0441f5 100755
--- a/spice2
+++ b/spice2
@@ -82,7 +82,7 @@ defaults = dict(
),
win2008r2=dict(
qemu='upstream',
- args='--port 9006 --clients 1 --tablet --revision 2 --'.split(),
+ args='--port 9006 --clients 1 --tablet --revision 2'.split(),
),
)