diff options
-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 |