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.
waldyrious/alt-syntax
Sven-Hendrik Haase 2015-12-29 09:25:39 +01:00
parent a9ad6d62a9
commit 6b906eae18
1 changed files with 1 additions and 1 deletions

View File

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