aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-13 17:03:27 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-13 17:03:27 +0300
commitcb90ca582a46ef9f0779837dc4c6fb00656e70c9 (patch)
tree9d0bfe329c0383d21bf48ae7297214ba24e112ec
parentc01715d49064110d9ed7236d1f02ed2a0418cfdc (diff)
downloadpies-cb90ca582a46ef9f0779837dc4c6fb00656e70c9.tar.gz
pies-cb90ca582a46ef9f0779837dc4c6fb00656e70c9.tar.bz2
Minor fixes
* grecs: Pull 12304127b5 * src/pies.c: Fix help message.
m---------grecs0
-rw-r--r--src/pies.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/grecs b/grecs
-Subproject c31f6e97690e6febb98e42fdc5172b4b4280260
+Subproject 12304127b52650588877f00b0c4b32dae083e85
diff --git a/src/pies.c b/src/pies.c
index bdd8ae2..2564af5 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -828,13 +828,13 @@ struct grecs_keyword cb_env_keywords[] = {
grecs_type_bool, GRECS_DFLT,
NULL, 0,
_cb_env_clear },
{ "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 },
{ "set",
N_("name=value"),
N_("Set environment variable. Note, that argument must be quoted."),

Return to:

Send suggestions and report system problems to the System administrator.