Minor cleanup of new list code

This commit is contained in:
Cameron Gutman 2022-08-25 22:39:04 -05:00
parent 4ee36fd405
commit 84a32f8c16
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -3,7 +3,6 @@
#include "backend/boxartmanager.h"
#include "backend/computermanager.h"
#include "backend/computerseeker.h"
#include "streaming/session.h"
#include <QCoreApplication>
#include <QTimer>