Document that we can read from stdin when called with '-' as command line argument.

BUG: 175653

svn path=/trunk/KDE/kdegraphics/okular/; revision=906809
remotes/origin/old/work/record-presentation
Pino Toscano 17 years ago
parent 61870cfc34
commit d77c997f94
  1. 2
      shell/main.cpp

@ -44,7 +44,7 @@ int main(int argc, char** argv)
options.add("page <number>", ki18n("Page of the document to be shown"));
options.add("presentation", ki18n("Start the document in presentation mode"));
options.add("unique", ki18n("\"Unique instance\" control"));
options.add("+[URL]", ki18n("Document to open"));
options.add("+[URL]", ki18n("Document to open. Specify '-' to read from stdin."));
KCmdLineArgs::addCmdLineOptions( options );
KApplication app;

Loading…
Cancel
Save