aboutsummaryrefslogtreecommitdiffstats
path: root/awklib
diff options
context:
space:
mode:
Diffstat (limited to 'awklib')
-rw-r--r--awklib/eg/prog/id.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/prog/id.awk b/awklib/eg/prog/id.awk
index ff892039..ac6bd990 100644
--- a/awklib/eg/prog/id.awk
+++ b/awklib/eg/prog/id.awk
@@ -16,7 +16,7 @@
# Options:
# -G Output all group ids as space separated numbers (ruid, euid, groups)
# -g Output only the euid as a number
-# -n Ouput name instead of the numeric value (with -g/-G/-u)
+# -n Output name instead of the numeric value (with -g/-G/-u)
# -r Output ruid/rguid instead of effective id
# -u Output only effective user id, as a number