aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-28 21:36:28 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-28 21:36:28 -0400
commit25e8bb52e091c4c546502546b23c932e4d59cddb (patch)
tree9a44c222b801a3c2eaa16867228c6b79d58e3011 /README
parent003a1e962aab767a030dab1d451fe0abc52bd32f (diff)
improved error handling and ignorance of trailing ws
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 1815214..843ffbf 100644
--- a/README
+++ b/README
@@ -47,4 +47,6 @@ It mostly segfaults on line overfill (i.e. trying to center oversized
text or unfoldable lines are completely unhandled). Error handling
should probably be used, but that is a nontrivial addition.
-Nonexistent commands also cause segfaults.
+# Return Value
+
+Returns 0 on success and 1 on syntax error.