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.
This commit is contained in:
Sven-Hendrik Haase 2015-12-29 09:25:39 +01:00
parent a9ad6d62a9
commit 6b906eae18

View File

@ -29,4 +29,4 @@
- list the contents of a tar file
`tar -tvf {{source.tar}}`
`tar tvf {{source.tar}}`