chiark / gitweb /
timesyncd: always use CLOCK_BOOTTIME if we can
[elogind.git] / src / resolve-host / resolve-host.c
index 43c8a229eb09deddd57709ff39ee9565693c1cc6..3709268dd2d168e9a78ce0285b1628c8212e6704 100644 (file)
@@ -425,7 +425,7 @@ static void help(void) {
                "  -i INTERFACE          Filter by interface\n"
                "  -t --type=TYPE        Query RR with DNS type\n"
                "  -c --class=CLASS      Query RR with DNS class\n"
-               "  --no-legend           Do not print column headers\n"
+               "     --no-legend        Do not print column headers\n"
                , program_invocation_short_name);
 }
 
@@ -529,7 +529,7 @@ static int parse_argv(int argc, char *argv[]) {
 }
 
 int main(int argc, char **argv) {
-        _cleanup_bus_unref_ sd_bus *bus = NULL;
+        _cleanup_bus_close_unref_ sd_bus *bus = NULL;
         int r;
 
         log_parse_environment();