From d77c997f94a87edf05e7480ec00146d96980c506 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 6 Jan 2009 21:58:38 +0000 Subject: [PATCH] Document that we can read from stdin when called with '-' as command line argument. BUG: 175653 svn path=/trunk/KDE/kdegraphics/okular/; revision=906809 --- shell/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/main.cpp b/shell/main.cpp index b978ed325..25bb6c944 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char** argv) options.add("page ", 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;