aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/paste.c')
-rw-r--r--toys/posix/paste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/paste.c b/toys/posix/paste.c
index ea04f02e..872a744f 100644
--- a/toys/posix/paste.c
+++ b/toys/posix/paste.c
@@ -16,8 +16,8 @@ config PASTE
Merge corresponding lines from each input file.
- -d list of delimiter characters to separate fields with (default is \t)
- -s sequential mode: turn each input file into one line of output
+ -d List of delimiter characters to separate fields with (default is \t)
+ -s Sequential mode: turn each input file into one line of output
*/
#define FOR_paste