diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 951be53..f4fc2e6 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1602,9 +1602,9 @@ USE_SELINUX( \ "\n -Z Print the security context" \ ) \ - "\n -G Print all group IDs" \ - "\n -g Print group ID" \ "\n -u Print user ID" \ + "\n -g Print group ID" \ + "\n -G Print supplementary group IDs" \ "\n -n Print name instead of a number" \ "\n -r Print real user ID instead of effective ID" \ |