From 232178e2fb031c1b0dfda6872d36b043b96f0ca6 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 17 Dec 2011 16:58:16 +0100 Subject: [PATCH] Fixed the alignment of the usage text --- xbmc-wiimote | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xbmc-wiimote b/xbmc-wiimote index f876a19..b5d6e70 100755 --- a/xbmc-wiimote +++ b/xbmc-wiimote @@ -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.")