You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/clientmain.cpp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ QString appDescription()
57
57
"----\n"\
58
58
" - use URL, username, password from command line args - e.g. --url https://dev.mergin.io/ --user martin --password XYZ\n"\
59
59
" - for any bits (URL / username / password) not specified as command line args, you may use env variables: MERGIN_URL, MERGIN_USER, MERGIN_PASSWORD\n"\
60
-
" - if URL is omitted, we would use public.cloudmergin.com\n"\
60
+
" - if URL is omitted, we would use app.merginmaps.com\n"\
0 commit comments