diff options
author | Alwin Esch <alwin.esch@web.de> | 2018-11-01 17:09:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 17:09:45 +0100 |
commit | bc279e5b7a9a29cbe7c3159b5531dd653644f528 (patch) | |
tree | 5239aa8cba20553ccf2591a545324028697fc213 | |
parent | c1cbfaabb6aeee8cbbb9162ff5f59f0aaab490d9 (diff) | |
parent | 48732ba12e6dc5624ee1966206d9c417c5cc9896 (diff) |
Merge pull request #14765 from AlwinEsch/change-wrong-text
[test] Change kodi-test help text to right names
-rw-r--r-- | xbmc/test/TestUtils.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xbmc/test/TestUtils.cpp b/xbmc/test/TestUtils.cpp index 6fd04a18ef..d495439a07 100644 --- a/xbmc/test/TestUtils.cpp +++ b/xbmc/test/TestUtils.cpp @@ -200,10 +200,10 @@ std::vector<std::string> &CXBMCTestUtils::getGUISettingsFiles() } static const char usage[] = -"XBMC Test Suite\n" -"Usage: xbmc-test [options]\n" +"Kodi Test Suite\n" +"Usage: kodi-test [options]\n" "\n" -"The following options are recognized by the xbmc-test program.\n" +"The following options are recognized by the kodi-test program.\n" "\n" " --add-testfilefactory-readurl [URL]\n" " Add a url to be used int the TestFileFactory read tests.\n" |