From 1c3ae95e8ad85657ff0cc4f62621fefc05c3372e Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski Date: Sun, 19 Mar 2023 14:15:05 +0100 Subject: [PATCH] expand: docs wrap FILE with backticks --- src/uu/expand/expand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/expand/expand.md b/src/uu/expand/expand.md index 1510a53aa..df7294c30 100644 --- a/src/uu/expand/expand.md +++ b/src/uu/expand/expand.md @@ -4,5 +4,5 @@ expand [OPTION]... [FILE]... ``` -Convert tabs in each FILE to spaces, writing to standard output. -With no FILE, or when FILE is -, read standard input. +Convert tabs in each `FILE` to spaces, writing to standard output. +With no `FILE`, or when `FILE` is `-`, read standard input.