mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:55:25 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@
|
|||
|
||||
- list the contents of a tar file
|
||||
|
||||
`tar -tvf {{source.tar}}`
|
||||
`tar tvf {{source.tar}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue