diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-09-17 02:22:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-09-17 02:22:50 +0200 |
commit | 2097421a47ff01828792a387d206560bb2fe3d04 (patch) | |
tree | 66848c4948064e97ac778de6831bf0a8f9d41753 /localadduser | |
parent | db9b337eaf5405b5fc0b1434ba181cd734bebcec (diff) |
Add TODO about --update option.
Diffstat (limited to 'localadduser')
-rwxr-xr-x | localadduser | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localadduser b/localadduser index 5c624a6..88f424a 100755 --- a/localadduser +++ b/localadduser @@ -15,6 +15,7 @@ # TODO: Deal with non-ASCII chars (transliterate or silence chfn warnings) # TODO: quiten output: only emit password line by default # TODO: support reading from file or stdin +# TODO: Implement --update option: apply missing data to existing account # set -e |