From: Flavio Date: Sat, 19 Jul 2014 07:27:16 +0000 (+0200) Subject: cli help X-Git-Tag: 2.2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=518eb4a98e53957fdb4e5eec9a5820551634feee;p=minitube cli help --- 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(); }