diff options
Diffstat (limited to 'loginutils/chpasswd.c')
-rw-r--r-- | loginutils/chpasswd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index b7df57e5d..54ed73795 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c | |||
@@ -20,6 +20,8 @@ | |||
20 | //usage: "\n -m Use MD5 encryption instead of DES" | 20 | //usage: "\n -m Use MD5 encryption instead of DES" |
21 | //usage: ) | 21 | //usage: ) |
22 | 22 | ||
23 | //TODO: implement -c ALGO | ||
24 | |||
23 | #if ENABLE_LONG_OPTS | 25 | #if ENABLE_LONG_OPTS |
24 | static const char chpasswd_longopts[] ALIGN1 = | 26 | static const char chpasswd_longopts[] ALIGN1 = |
25 | "encrypted\0" No_argument "e" | 27 | "encrypted\0" No_argument "e" |