summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlatian <baschdel@disroot.org>2024-02-03 16:41:07 +0100
committerSlatian <baschdel@disroot.org>2024-02-03 16:41:07 +0100
commitc74d396fb7cb60d79ae38948d037baa57341159c (patch)
tree15134261bc11c94d7829566ff95e6af8b6dfebc3
parentaf2fe0d1dcbcd982d84ddf2bbd174afe90976ed9 (diff)
Made slightly misleading command example easier to understand. (Hopefully)
-rw-r--r--scripts/desc/xdg-open.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/desc/xdg-open.xml b/scripts/desc/xdg-open.xml
index 3e259c3..906d44f 100644
--- a/scripts/desc/xdg-open.xml
+++ b/scripts/desc/xdg-open.xml
@@ -154,7 +154,7 @@
Please keep in mind <command>xdg-open</command> inherits most of the flaws of its configuration and the underlying opener.
</para>
<para>
- In case the command <code>xdg-mime query default "$(xdg-mime query filetype troublesome file)"</code> names the program responsible for any unexpected behaviour you can fix that by setting a different handler. (If the program is broken let the developers know)
+ In case the command <code>xdg-mime query default "$(xdg-mime query filetype path/to/troublesome_file)"</code> names the program responsible for any unexpected behaviour you can fix that by setting a different handler. (If the program is broken let the developers know)
</para>
<para>
Also see the security note on <citerefentry><refentrytitle>xdg-mime</refentrytitle><manvolnum>1</manvolnum></citerefentry> for the <code>default</code> subcommand.