From 6b906eae18f9e1f8e5133f2628fa4b63d9d134a1 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 29 Dec 2015 09:25:39 +0100 Subject: [PATCH] Make tar page consistent It might confuse users if everything has no dash in front but the last command does. tar doesn't need the dash so let's keep it that way. --- pages/common/tar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/tar.md b/pages/common/tar.md index f9cb7717f..56271dbf4 100644 --- a/pages/common/tar.md +++ b/pages/common/tar.md @@ -29,4 +29,4 @@ - list the contents of a tar file -`tar -tvf {{source.tar}}` +`tar tvf {{source.tar}}`