From 0de67b8e1104879d5a27a6d289832824da2b3b80 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 16 Sep 2010 12:26:51 +0200 Subject: Fix typos in help text and internal note. --- localuserinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localuserinfo') 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 -- cgit v1.2.3