summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/used_free_uidgids.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/used_free_uidgids.sh b/bin/used_free_uidgids.sh
index 24cd682..7373736 100755
--- a/bin/used_free_uidgids.sh
+++ b/bin/used_free_uidgids.sh
@@ -257,7 +257,7 @@ done
echo "Recommended GID only: ${gidonly:-${uidgidboth:-none}}"
echo "Recommended UID only: ${uidonly:=${uidgidboth:-none}}"
-echo "Recommended UID+GID both: ${uidgidboth:-none}"
+echo "Recommended UID+GID pair: ${uidgidboth:-none}"
echo "Free UIDs: ${freeuid}"
echo "Free GIDs: ${freegid}"
echo "Free UID+GID pairs: ${freepair}"