From 82336a5cf127602535024d2ff8006fd82089b61f Mon Sep 17 00:00:00 2001 From: Simon Let Date: Sun, 22 Mar 2020 21:26:36 +0100 Subject: [PATCH] minor change --- scripts/reshctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reshctl.sh b/scripts/reshctl.sh index f36d0aa..ef4809e 100644 --- a/scripts/reshctl.sh +++ b/scripts/reshctl.sh @@ -198,7 +198,7 @@ reshctl() { if [ "$(resh-config --key BindControlR)" = true ]; then echo ' * future sessions: ENABLED (experimental)' else - echo ' * future sessions: DISABLED (recommended)' + echo ' * future sessions: DISABLED' fi if [ "${__RESH_control_R_bind_enabled-0}" != 0 ]; then echo ' * this session: ENABLED'