1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 23:35:52 +02:00

Merge pull request #485 from felixonmars/master

Remove trailing spaces for #476
This commit is contained in:
Felix Yan 2015-12-30 14:22:23 +08:00
commit aa46b7a249
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
`dnf install {{package}}` `dnf install {{package}}`
- Install a new package and assume yes to all questions - Install a new package and assume yes to all questions
`dnf -y install {{package}}` `dnf -y install {{package}}`
- Remove a package - Remove a package

View file

@ -11,7 +11,7 @@
`yum install {{package}}` `yum install {{package}}`
- Install a new package and assume yes to all questions (Also works with update, great for automated updates) - Install a new package and assume yes to all questions (Also works with update, great for automated updates)
`yum -y install {{package}}` `yum -y install {{package}}`
- Remove a package - Remove a package