aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/prog/id.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-09-18 14:13:33 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-09-18 14:13:33 +0300
commit166848a1579181875e6ac696fd004037441b6b75 (patch)
treed519019e374124b14bdc449425cd1fc345be7952 /awklib/eg/prog/id.awk
parentd81c953f9b47f56ec477c75e95bd0976822545d1 (diff)
downloadegawk-166848a1579181875e6ac696fd004037441b6b75.tar.gz
egawk-166848a1579181875e6ac696fd004037441b6b75.tar.bz2
egawk-166848a1579181875e6ac696fd004037441b6b75.zip
Update id.awk after doc update.
Diffstat (limited to 'awklib/eg/prog/id.awk')
-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