From d81ce37a4d50f0e0e7866b7f016b07ef151e325e Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski Date: Mon, 27 Mar 2023 11:41:08 +0200 Subject: [PATCH] paste: move backtick --- src/uu/paste/paste.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/paste/paste.md b/src/uu/paste/paste.md index 26744cbfb..741605888 100644 --- a/src/uu/paste/paste.md +++ b/src/uu/paste/paste.md @@ -5,4 +5,4 @@ paste [OPTIONS] [FILE]... ``` Write lines consisting of the sequentially corresponding lines from each -`FILE`, separated by `TABs`, to standard output. +`FILE`, separated by `TAB`s, to standard output.