summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2016-01-10 12:00:36 +0100
committerAaron Seigo <aseigo@kde.org>2016-01-10 12:00:36 +0100
commit430672a394c563d23c6ef4fec47accf8de1bccab (patch)
tree7e6be9fb6e5484083d074d3a4ae32689a7459588
parent3a34c76f5c4df491b7b6bf1100690284c6b27985 (diff)
downloadsink-430672a394c563d23c6ef4fec47accf8de1bccab.tar.gz
sink-430672a394c563d23c6ef4fec47accf8de1bccab.zip
update for accuracy
-rw-r--r--akonadish/main.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/akonadish/main.cpp b/akonadish/main.cpp
index 139b28f..af85a94 100644
--- a/akonadish/main.cpp
+++ b/akonadish/main.cpp
@@ -31,9 +31,10 @@
31/* 31/*
32 * modes of operation: 32 * modes of operation:
33 * 33 *
34 * 1. called with no commands: start the REPL and listen for JSON on stin 34 * 1. called with no commands: start the REPL
35 * 2. called with -: listen for JSON on stdin 35 * 2. called with -: listen for commands on stdin
36 * 3. called with commands: try to match to syntx 36 * 3. called with a filename: try to run it as a script
37 * 4. called with commands: try to match to syntax and run the result
37 */ 38 */
38 39
39int enterRepl() 40int enterRepl()