From cb90ca582a46ef9f0779837dc4c6fb00656e70c9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 13 Jun 2019 17:03:27 +0300 Subject: Minor fixes * grecs: Pull 12304127b5 * src/pies.c: Fix help message. --- grecs | 2 +- src/pies.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grecs b/grecs index c31f6e9..1230412 160000 --- a/grecs +++ b/grecs @@ -1 +1 @@ -Subproject commit c31f6e97690e6febb98e42fdc5172b4b4280260c +Subproject commit 12304127b52650588877f00b0c4b32dae083e852 diff --git a/src/pies.c b/src/pies.c index bdd8ae2..2564af5 100644 --- a/src/pies.c +++ b/src/pies.c @@ -831,7 +831,7 @@ struct grecs_keyword cb_env_keywords[] = { { "keep", N_("name[=value]"), N_("Keep this variable. Unless value is supplied, name can contain wildcards.\n" - "Implies \"clear yes\"."), + "Implies \"clear\"."), grecs_type_string, GRECS_DFLT, NULL, 0, _cb_env_keep }, -- cgit v1.2.1