Skip to content

Commit

Permalink
add missing default string
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@6464 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 15, 2014
1 parent be4ebb4 commit dc6d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def parse_cmdline(cmdline):
+ "If no shortcuts are defined, it defaults to '%s'" % (",".join(defaults.key_shortcut or [])))
group.add_option("--keyboard-sync", action="store_true",
dest="keyboard_sync", default=defaults.keyboard_sync,
help="Enable keyboard state synchronization (default: %)")
help="Enable keyboard state synchronization (default: %default)")
group.add_option("--no-keyboard-sync", action="store_false",
dest="keyboard_sync", default=defaults.keyboard_sync,
help="Disable keyboard state synchronization, prevents keys from repeating on high latency links but also may disrupt applications which access the keyboard directly (default: %default)")
Expand Down

0 comments on commit dc6d2e8

Please sign in to comment.