aboutsummaryrefslogtreecommitdiffstats
path: root/bin/ykfde.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ykfde.c')
-rw-r--r--bin/ykfde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ykfde.c b/bin/ykfde.c
index c9f66a9..b581f19 100644
--- a/bin/ykfde.c
+++ b/bin/ykfde.c
@@ -168,7 +168,7 @@ int main(int argc, char **argv) {
}
if (optarg == NULL) { /* S */
- second_factor = ask_factor("second factor");
+ second_factor = ask_factor("current second factor");
} else { /* s */
second_factor = strdup(optarg);
memset(optarg, '*', strlen(optarg));