summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-01-19 18:39:04 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-01-19 18:39:04 +0100
commit44352d80412292ce37f50e001484de312906b072 (patch)
tree01e2bde167de2f084f5fffa13ef4196807f3e36c
parentbf1151c51afa5c7c137a8c6d6df8f9f271a63c1e (diff)
update example
-rw-r--r--README.md6
-rw-r--r--example3
2 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index b305fbe..9e5183d 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,8 @@ Usage
sent [-f FONTSTRING] FILE1 [FILE2 ...]
If one FILE equals `-`, stdin will be read. Use png images by prepending a `@`
-before the filename. A presentation file could look like this:
+before the filename. Lines starting with `#` will be ignored. A presentation
+file could look like this:
sent
why?
@@ -55,6 +56,9 @@ before the filename. A presentation file could look like this:
how?
sent FILENAME
one slide per line
+ # This is a comment and will not be part of the presentation
+ # The next line starts with a whitespace, it will not produce an image slide
+ @FILE.png
thanks / questions?
future features
diff --git a/example b/example
index 6aa415a..6f6ec9a 100644
--- a/example
+++ b/example
@@ -7,6 +7,7 @@ no bloat
how?
sent FILENAME
one slide per line
-# comments
+# This is a comment and will not be part of the presentation
+# The next line starts with a whitespace, it will not produce an image slide
@FILE.png
thanks / questions?