summaryrefslogtreecommitdiffstats
path: root/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'manage.c')
-rw-r--r--manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.c b/manage.c
index e87d996..bd88c11 100644
--- a/manage.c
+++ b/manage.c
@@ -225,7 +225,7 @@ man_prompt (struct management *man)
man_output_list_push (man, "ENTER PASSWORD:");
#if 0 /* should we use prompt? */
else
- man_output_list_push (man, PACKAGE_NAME ">");
+ man_output_list_push (man, ">");
#endif
}