summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/freecell-solver/main.c')
-rw-r--r--kpat/freecell-solver/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/freecell-solver/main.c b/kpat/freecell-solver/main.c
index 4a47f300..d16468c4 100644
--- a/kpat/freecell-solver/main.c
+++ b/kpat/freecell-solver/main.c
@@ -658,12 +658,12 @@ int main(int argc, char * argv[])
if ((arg == argc) || (!strcmp(argv[arg], "-")))
{
file = stdin;
- if (!getenv("FREECELL_SOLVER_TQUIET"))
+ if (!getenv("FREECELL_SOLVER_QUIET"))
{
fprintf(stderr, "%s",
"Reading the board from the standard input.\n"
"Type \"fc-solve --help\" for more usage information.\n"
- "To cancel this message set the FREECELL_SOLVER_TQUIET environment variable.\n"
+ "To cancel this message set the FREECELL_SOLVER_QUIET environment variable.\n"
);
}
}