diff --git a/app/cli/commandlineparser.cpp b/app/cli/commandlineparser.cpp index 9cb1368e..23fc65cd 100644 --- a/app/cli/commandlineparser.cpp +++ b/app/cli/commandlineparser.cpp @@ -164,7 +164,7 @@ GlobalCommandLineParser::ParseResult GlobalCommandLineParser::parse(const QStrin "Starts Moonlight normally if no arguments are given.\n" "\n" "Available actions:\n" - " list List the available apps as CSV\n" + " list List the available apps on a host\n" " quit Quit the currently running app\n" " stream Start streaming an app\n" " pair Pair a new host\n" diff --git a/app/cli/listapps.cpp b/app/cli/listapps.cpp index 7e82b435..bf29cb6e 100644 --- a/app/cli/listapps.cpp +++ b/app/cli/listapps.cpp @@ -3,7 +3,6 @@ #include "backend/boxartmanager.h" #include "backend/computermanager.h" #include "backend/computerseeker.h" -#include "streaming/session.h" #include #include