diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-10-19 15:33:31 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-10-19 15:33:31 +0200 |
commit | c1aa983f7f1abe038cfa1a932b780376fa8de5cf (patch) | |
tree | fe8406e1f27ff7d14e1a128b4e3ea031492e25fc /README | |
parent | 9dc36f2b1a3267f9dc52c9b59ee6167cb503611b (diff) | |
download | necho-c1aa983f7f1abe038cfa1a932b780376fa8de5cf.tar.gz necho-c1aa983f7f1abe038cfa1a932b780376fa8de5cf.tar.xz necho-c1aa983f7f1abe038cfa1a932b780376fa8de5cf.zip |
README: typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index 52be312..cd2ab14 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ DESCRIPTION The jecho utility writes its arguments joined together to standard output. - The necho utility writes its arguments, separated by spaces, to standard + The secho utility writes its arguments, separated by spaces, to standard output, followed by a <newline>. If there are no arguments, only the <newline> is written. |