summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-08 15:00:40 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-08 15:34:46 -0400
commitb253d0153b2e03784bdd2c0f28797a11756ce1e5 (patch)
treebf8a7bc7f6869014de83454ef2b5c6d653854c77 /src/constants.rs
parenta71d991695fb3874d6cb329291cfcfa986e0eee4 (diff)
change: reallow spaces to represent "and"
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 5f9ec000..ee6752e7 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -120,7 +120,7 @@ pub const SEARCH_HELP_TEXT: [&str; 43] = [
"<= ex: cpu <= 1\n",
"\n",
"Logical operators:\n",
- "and/&& ex: btm and cpu > 1 and mem > 1\n",
+ "and/&&/<Space> ex: btm and cpu > 1 and mem > 1\n",
"or/|| ex: btm or firefox\n",
"\n",
"Supported units:\n",