aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 17:08:05 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 13:18:26 +0000
commit1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 (patch)
treef08453e0e4d2256eff24803ff83918ce327998d8 /src/index.js
parentMissed 'prepare' step that enforces the installation of the git pre-commit hooks (diff)
downloadferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.gz
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.zst
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.zip
Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci]
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 840591ed5..396d2e649 100644
--- a/src/index.js
+++ b/src/index.js
@@ -360,7 +360,7 @@ const createWindow = () => {
360// https://electronjs.org/docs/api/chrome-command-line-switches 360// https://electronjs.org/docs/api/chrome-command-line-switches
361// used for Kerberos support 361// used for Kerberos support
362// Usage e.g. MACOS 362// Usage e.g. MACOS
363// $ Franz.app/Contents/MacOS/Ferdi --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com 363// $ Ferdi.app/Contents/MacOS/Ferdi --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com
364const argv = require('minimist')(process.argv.slice(1)); 364const argv = require('minimist')(process.argv.slice(1));
365 365
366if (argv['auth-server-whitelist']) { 366if (argv['auth-server-whitelist']) {