summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorTonCherAmi <kratos661@gmail.com>2021-06-08 21:25:05 +0300
committerGitHub <noreply@github.com>2021-06-08 20:25:05 +0200
commit62ec84b5e6c01ed4f1c22701da2e95be483127db (patch)
treeb10e048d6bc5888e6d10d459b1d73d3b79713afc /source
parent06b80fcba449c74b723bb49b8471e3db26f4a53f (diff)
[Doc] Document -drun-url-launcher. (#1328)
Diffstat (limited to 'source')
-rw-r--r--source/xrmoptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 18837ae0..caea05f2 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -143,7 +143,7 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "drun-display-format", { .str = &config.drun_display_format }, NULL,
"DRUN format string. (Supports: generic,name,comment,exec,categories)", CONFIG_DEFAULT },
{ xrm_String, "drun-url-launcher", { .str = &config.drun_url_launcher }, NULL,
- "Command to open an Desktop Entry that is a Link.", CONFIG_DEFAULT },
+ "Command to open a Desktop Entry that is a Link.", CONFIG_DEFAULT },
{ xrm_String, "file-browser-directory", { .str = &config.file_browser_directory }, NULL,
"Directory the file browser starts in", CONFIG_DEFAULT },