diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-09-16 12:26:51 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-09-16 12:26:51 +0200 |
commit | 0de67b8e1104879d5a27a6d289832824da2b3b80 (patch) | |
tree | 7e4a27d437166a6591c883ce9ac3abe313f47771 /localuserinfo | |
parent | d42f08caaed18dbef0d14528ad3c0a78cde35b90 (diff) |
Fix typos in help text and internal note.
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 |