aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSertonix <83883937+Sertonix@users.noreply.github.com>2023-12-23 10:16:47 +0000
committerGitHub <noreply@github.com>2023-12-23 11:16:47 +0100
commit795aed306ca00be515b471f0e78516e105629cb8 (patch)
tree355107726d79673f0d6c61f5119c75494b879c73
parentcdefa535edc6a3901d3b774911d90fd93cebed28 (diff)
downloadsyncthing-795aed306ca00be515b471f0e78516e105629cb8.tar.gz
syncthing-795aed306ca00be515b471f0e78516e105629cb8.zip
etc/linux-desktop: use double dash for long options (#9301)
Use a style for options that is consistent with the documentation and other uses.
-rw-r--r--etc/linux-desktop/syncthing-ui.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/linux-desktop/syncthing-ui.desktop b/etc/linux-desktop/syncthing-ui.desktop
index 2641ade2d..34ad4770e 100644
--- a/etc/linux-desktop/syncthing-ui.desktop
+++ b/etc/linux-desktop/syncthing-ui.desktop
@@ -2,7 +2,7 @@
Name=Syncthing Web UI
GenericName=File synchronization UI
Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
-Exec=/usr/bin/syncthing -browser-only
+Exec=/usr/bin/syncthing --browser-only
Icon=syncthing
Terminal=false
Type=Application