X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fquassel.cpp;fp=src%2Fcommon%2Fquassel.cpp;h=0c6b863036932d14e7eddadefdf674072309dd9b;hp=09d8037f097ea019ed939a15474e76b7d6dd0065;hb=d00f6a7cadf195b4bf9c3b3101774e6950fbb2ab;hpb=d46e1e86c9869996285ac3f88970cf0e9e23e128 diff --git a/src/common/quassel.cpp b/src/common/quassel.cpp index 09d8037f..0c6b8630 100644 --- a/src/common/quassel.cpp +++ b/src/common/quassel.cpp @@ -336,6 +336,7 @@ void Quassel::setupCliParser() {"icontheme", tr("Override the system icon theme ('breeze' is recommended)."), tr("theme")}, {"qss", tr("Load a custom application stylesheet."), tr("file.qss")}, {"hidewindow", tr("Start the client minimized to the system tray.")}, + {"account", tr("Account id to connect to on startup."), tr("account"), "0"}, }; }