]> git.sur5r.net Git - minitube/blobdiff - src/mainwindow.cpp
cli help
[minitube] / 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();
 }