diff options
author | Lukas Rusak <lorusak@gmail.com> | 2021-10-06 21:27:53 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2021-10-13 20:09:31 -0700 |
commit | 836a5a3e644d8dec468aacd1f98468e105de5a7c (patch) | |
tree | 019ab761025c27eec1114f459cf04963da1bd9ec /tools/EventClients | |
parent | 9346a2e276f1d1364928ab3e96dcbba188620e0b (diff) |
kodi-send.py: rename XBMC to Kodi
Diffstat (limited to 'tools/EventClients')
-rwxr-xr-x | tools/EventClients/Clients/KodiSend/kodi-send.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/KodiSend/kodi-send.py b/tools/EventClients/Clients/KodiSend/kodi-send.py index e685ba92b2..476a07d5df 100755 --- a/tools/EventClients/Clients/KodiSend/kodi-send.py +++ b/tools/EventClients/Clients/KodiSend/kodi-send.py @@ -45,7 +45,7 @@ def usage(): print("\t--port=PORT\t\t\tChoose what PORT to connect to (default=9777)") print("\t--keymap=KEYMAP\t\t\tChoose which KEYMAP to use for key presses (default=KB)") print('\t--button=BUTTON\t\t\tSends a key press event to Kodi, this option can be added multiple times to create a macro') - print('\t-a ACTION, --action=ACTION\tSends an action to XBMC, this option can be added multiple times to create a macro') + print('\t-a ACTION, --action=ACTION\tSends an action to Kodi, this option can be added multiple times to create a macro') print('\t-d T, --delay=T\t\t\tWaits for T ms, this option can be added multiple times to create a macro') pass |