From 518eb4a98e53957fdb4e5eec9a5820551634feee Mon Sep 17 00:00:00 2001 From: Flavio Date: Sat, 19 Jul 2014 09:27:16 +0200 Subject: [PATCH] cli help --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index acd5c17..df64261 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1613,6 +1613,8 @@ void MainWindow::printHelp() { msg += "Skip to the next video.\n"; msg += " --previous\t\t"; msg += "Go back to the previous video.\n"; + msg += " --stop-after-this\t"; + msg += "Stop playback at the end of the video.\n"; std::cout << msg.toLocal8Bit().data(); } -- 2.39.5