aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/htop-osx.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb
index 122b3dbab..4c4228e71 100644
--- a/Library/Formula/htop-osx.rb
+++ b/Library/Formula/htop-osx.rb
@@ -24,11 +24,7 @@ class HtopOsx < Formula
def caveats; <<-EOS.undent
htop-osx requires root privileges to correctly display all running processes.
- You can either run the program via `sudo` or set the setuid bit:
-
- sudo chown root:wheel #{bin}/htop
- sudo chmod u+s #{bin}/htop
-
+ so you will need to run `sudo htop`.
You should be certain that you trust any software you grant root privileges.
EOS
end