Przeglądaj źródła

etc/linux-desktop: use double dash for long options (#9301)

Use a style for options that is consistent with the documentation and
other uses.
Sertonix 2 lat temu
rodzic
commit
795aed306c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      etc/linux-desktop/syncthing-ui.desktop

+ 1 - 1
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