Browse Source

Missing a single dash in error message

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Sven Dowideit 9 năm trước cách đây
mục cha
commit
4e899d64e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hack/dind

+ 1 - 1
hack/dind

@@ -91,7 +91,7 @@ fi
 if [ -d /sys/kernel/security ] && ! mountpoint -q /sys/kernel/security; then
 	mount -t securityfs none /sys/kernel/security || {
 		echo >&2 'Could not mount /sys/kernel/security.'
-		echo >&2 'AppArmor detection and -privileged mode might break.'
+		echo >&2 'AppArmor detection and --privileged mode might break.'
 	}
 fi