From 83774ecdec1e3af8418480f16983cd2a8ee08f43 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Sun, 29 Aug 2021 18:11:48 +0800 Subject: [PATCH] filesystem/shell: list the new environments in help too This commit changes the set of environments accepted in the help to match what is given in the actual code. A slightly fishy thing is that it does not yet do anything for clang32 -- is that even a real environment? --- filesystem/shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/shell b/filesystem/shell index 7b8bb7013e1..b4bf42acd47 100644 --- a/filesystem/shell +++ b/filesystem/shell @@ -8,7 +8,7 @@ if [[ -z "${1}" || "${1}" =~ ^(--help|-h)$ ]]; then tee <