diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/npass/npass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npass/npass.c b/src/npass/npass.c index 4eba07f..e1f0564 100644 --- a/src/npass/npass.c +++ b/src/npass/npass.c @@ -104,7 +104,7 @@ int gen(int argc, char *argv[]) { gen = PASS_GEN_DIGIT; break; case 'a': - gen = PASS_GEN_ALPHA; + gen = PASS_GEN_ALNUM; break; case 'p': gen = PASS_GEN_PRINT; |