mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
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:
parent
a9ad6d62a9
commit
6b906eae18
@ -29,4 +29,4 @@
|
||||
|
||||
- list the contents of a tar file
|
||||
|
||||
`tar -tvf {{source.tar}}`
|
||||
`tar tvf {{source.tar}}`
|
||||
|
Loading…
Reference in New Issue
Block a user