From f30e7ed891443ad9e9cc097a9b5974c4455def78 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Sat, 5 Oct 2019 11:21:20 +0200 Subject: [PATCH] expand: clarify last command using a concrete example. (#3326) --- pages/common/expand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/expand.md b/pages/common/expand.md index 8df743828..dee682a80 100644 --- a/pages/common/expand.md +++ b/pages/common/expand.md @@ -18,6 +18,6 @@ `expand -t={{number}} {{file}}` -- Use comma separated list of explicit tab positions: +- Use a comma separated list of explicit tab positions: -`expand -t={{list}}` +`expand -t={{1,4,6}}`