summaryrefslogtreecommitdiff
path: root/localuserinfo
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-16 12:26:51 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-16 12:26:51 +0200
commit0de67b8e1104879d5a27a6d289832824da2b3b80 (patch)
tree7e4a27d437166a6591c883ce9ac3abe313f47771 /localuserinfo
parentd42f08caaed18dbef0d14528ad3c0a78cde35b90 (diff)
Fix typos in help text and internal note.
Diffstat (limited to 'localuserinfo')
-rwxr-xr-xlocaluserinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/localuserinfo b/localuserinfo
index ae3d955..bf0fe83 100755
--- a/localuserinfo
+++ b/localuserinfo
@@ -66,7 +66,7 @@ while (defined(my $arg = shift(@ARGV))) {
push (@names, $arg);
}
-# TODO: Support custom ordering and custom delimittor
+# TODO: Support custom ordering and custom delimiter
my @infochunks;
push (@infochunks, 'fullname') if ($include_fullname);
push (@infochunks, 'mailaddress') if ($include_mail);
@@ -142,7 +142,7 @@ localuserinfo USER [USER...]
general options:
--quiet | -q don't give process information to stdout
- --ingore-badname ignore non-existing usernames instead of failing
+ --ignore-badname ignore non-existing usernames instead of failing
--help | -h usage message
--fullname | -n include fullname (enabled by default)
--mail | -m include email address