chiark / gitweb /
localectl: always print error message when an operation fails
[elogind.git] / src / timedate / timedatectl.c
index 48a3b49755dfcd4261a666109cd74d9954c3f067..7054a02bcb1203bb19611b605b4cf5ae3a892b9f 100644 (file)
 #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) {