]> git.sur5r.net Git - minitube/commitdiff
cli help
authorFlavio <flavio@odisseo.local>
Sat, 19 Jul 2014 07:27:16 +0000 (09:27 +0200)
committerFlavio <flavio@odisseo.local>
Sat, 19 Jul 2014 07:27:16 +0000 (09:27 +0200)
src/mainwindow.cpp

index acd5c174f4765b56849daf96d8d5abbb79c66e3c..df6426171805e241c1376b1723d72cc948b48f86 100644 (file)
@@ -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();
 }