aboutsummaryrefslogtreecommitdiff
path: root/osx/uninstall-pandoc
diff options
context:
space:
mode:
Diffstat (limited to 'osx/uninstall-pandoc')
-rwxr-xr-xosx/uninstall-pandoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/osx/uninstall-pandoc b/osx/uninstall-pandoc
index 0e759ed0d..65f6ba76c 100755
--- a/osx/uninstall-pandoc
+++ b/osx/uninstall-pandoc
@@ -3,7 +3,8 @@
# everything installed by the Pandoc Mac OS X installer.
if [ "`id -u`" != 0 ]; then \
- echo "This script must be run with sudo."; \
+ echo "This script must be run with root privileges:"; \
+ echo "sudo /usr/local/bin/uninstall-pandoc"; \
exit 1; \
fi