diff options
Diffstat (limited to 'Library/Formula/htop.rb')
| -rw-r--r-- | Library/Formula/htop.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/htop.rb b/Library/Formula/htop.rb index 0fb60d1b7..5440231ff 100644 --- a/Library/Formula/htop.rb +++ b/Library/Formula/htop.rb @@ -13,12 +13,12 @@ class Htop < Formula rm_rf "#{share}/pixmaps" end - def caveats; <<-EOS -For htop to display correctly all running processes, it needs to run as root. -If you don't want to `sudo htop` every time, change the owner and permissions: - $ cd #{bin} - $ chmod 6555 htop - $ sudo chown root htop + def caveats; <<-EOS.undent + For htop to display correctly all running processes, it needs to run as root. + If you don't want to `sudo htop` every time, change the owner and permissions: + cd #{bin} + chmod 6555 htop + sudo chown root htop EOS end end |
