From 430672a394c563d23c6ef4fec47accf8de1bccab Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 10 Jan 2016 12:00:36 +0100 Subject: update for accuracy --- akonadish/main.cpp | 7 ++++--- 1 file 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 @@ /* * modes of operation: * - * 1. called with no commands: start the REPL and listen for JSON on stin - * 2. called with -: listen for JSON on stdin - * 3. called with commands: try to match to syntx + * 1. called with no commands: start the REPL + * 2. called with -: listen for commands on stdin + * 3. called with a filename: try to run it as a script + * 4. called with commands: try to match to syntax and run the result */ int enterRepl() -- cgit v1.2.3