aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/sync-media
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydractl/sync-media')
-rwxr-xr-xshare/hydractl/sync-media2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-media b/share/hydractl/sync-media
index c4e27d4..88c8901 100755
--- a/share/hydractl/sync-media
+++ b/share/hydractl/sync-media
@@ -156,7 +156,7 @@ function sync_media_ensure_remote {
if [ "$WHOAMI" != 'root' ]; then
sudo="sudo"
else
- echo "Sorry, cannot run as root"
+ echo "Sorry, cannot run as root, since archives are usually user-managed"
exit 1
fi