manpage: change -l to -i - sob - simple output bar | |
git clone git://git.codemadness.org/sob | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5b6101b590a15002552cab3590d01ed5294bd81e | |
parent 94943b8e5e88cd90374abc46d954657c6fc63f51 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 10 Oct 2014 21:56:45 +0000 | |
manpage: change -l to -i | |
Diffstat: | |
M sob.1 | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/sob.1 b/sob.1 | |
@@ -11,8 +11,8 @@ sob \- simple output bar | |
sob is a simple line editor. | |
.SH OPTIONS | |
.TP | |
-.B \-l " line" | |
-initial input on line. | |
+.B \-i " input" | |
+initial input on line, this can include escape codes which will be handled. | |
.TP | |
.B \-p " prompt" | |
prompt string. |