diff options
Diffstat (limited to 'localuserinfo')
-rwxr-xr-x | localuserinfo | 4 |
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 |