X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftimedate%2Ftimedatectl.c;h=7054a02bcb1203bb19611b605b4cf5ae3a892b9f;hb=e1636421f46db6d06fbd028ef20a3113fa3e11f8;hp=48a3b49755dfcd4261a666109cd74d9954c3f067;hpb=7f35b7bc4a241e9aa3b1512fd345cbf5b2e5a782;p=elogind.git diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 48a3b4975..7054a02bc 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -38,11 +38,11 @@ #include "pager.h" #include "time-dst.h" -static bool arg_adjust_system_clock = false; static bool arg_no_pager = false; -static BusTransport arg_transport = BUS_TRANSPORT_LOCAL; static bool arg_ask_password = true; +static BusTransport arg_transport = BUS_TRANSPORT_LOCAL; static char *arg_host = NULL; +static bool arg_adjust_system_clock = false; static void pager_open_if_enabled(void) {