Fixed the alignment of the usage text

This commit is contained in:
Paul van Tilburg 2011-12-17 16:58:16 +01:00
parent dc9fe4e42f
commit 232178e2fb
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ def usage():
"XBMC event client that receives input from a Wii remote via bluetooth and\n"
"feeds them to XBMC.\n\n"
"Available options:\n"
" -b, --bt-address=ADDRESS\t\tBluetooth address Wii remote\n"
" -l, --led-pattern=PATTERN\t\tLed patteren when connected (e.g. 1001)\n"
" -b, --bt-address=ADDRESS\tBluetooth address Wii remote\n"
" -l, --led-pattern=PATTERN\tLed patteren when connected (e.g. 1001)\n"
" -t, --timeout=TIME\t\tAuto-disconnect timeout\n"
" -h, --help\t\t\tDisplay this help and exit\n"
"Setting the bluetooth address is mandatory.")