From 9f782113d2b992e1a5f5ad6c703b1a1b5f378585 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 24 Nov 2021 22:05:04 +0100 Subject: [PATCH] chore(plugins-web): Update help description --- plugins/src/web/plugin.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/src/web/plugin.ron b/plugins/src/web/plugin.ron index 04872a5..a72dbec 100644 --- a/plugins/src/web/plugin.ron +++ b/plugins/src/web/plugin.ron @@ -1,6 +1,6 @@ ( name: "Web search", - description: "Syntax: { ddg | g | b | ... } \nExample: ddg how to install Pop!_OS", + description: "Syntax: { ddg | google | ... } \nExample: ddg how to install Pop!_OS", query: (help: "ddg ", priority: High), bin: (path: "web"), icon: Name("system-search"),