about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-12-17 00:45:59 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-12-17 00:45:59 +0100
commit5e9f8c0865f99fe4d614dc69c82eb1ca74ec363e (patch)
tree4e793f868195ed1aecddb5169b2fdd131fc3b478 /README
parent3d937d13bf77a2cda41a0a9ba8fc6d1e7885cf70 (diff)
downloadrnl-5e9f8c0865f99fe4d614dc69c82eb1ca74ec363e.tar.gz
rnl-5e9f8c0865f99fe4d614dc69c82eb1ca74ec363e.tar.xz
rnl-5e9f8c0865f99fe4d614dc69c82eb1ca74ec363e.zip
rename arguments
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index edb4f45..79c0076 100644
--- a/README
+++ b/README
@@ -1,27 +1,27 @@
 RNL(1)                      General Commands Manual                     RNL(1)
 
 NAME
-     rnl – remove trailing newlines
+     rnl – remove final newlines
 
 SYNOPSIS
      rnl [-01sz] [files ...]
 
 DESCRIPTION
-     rnl removes trailing newlines from the specified input files.  The files
-     are modified in-place!
+     rnl removes final newlines from the specified input files.  The files are
+     modified in-place!
 
      When used without arguments, rnl copies standard input to standard
-     output, removing trailing newlines.
+     output, removing final newlines.
 
      The options are as follows:
 
-     -0      Remove all trailing newlines.
+     -0      Remove final NUL bytes instead of newlines.
 
-     -1      Remove just one trailing newline.
+     -a      Remove all final newlines.
 
      -s      Strip all but one newline at the end.  (This is the default.)
 
-     -z      Remove final NUL bytes instead of newlines.
+     -o      Remove just one final newline.
 
 EXIT STATUS
      The rnl utility exits 0 on success, and >0 if an error occurs.