<command>updatectl</command>
<arg choice="opt" rep="repeat">OPTIONS</arg>
<arg choice="req">COMMAND</arg>
- <arg choise="opt" rep="repeat">TARGET</arg>
+ <arg choice="opt" rep="repeat">TARGET</arg>
</cmdsynopsis>
</refsynopsisdiv>
r = terminal_urlify(*url, NULL, &changelog_link);
if (r < 0)
return log_error_errno(r, "Could not urlify link to change-log: %m");
-
+
printf("ChangeLog: %s\n", strna(changelog_link));
}
printf("\n");
NULL);
if (r < 0)
return log_bus_error(r, &error, op->target_id, "get current version");
-
+
r = sd_bus_message_read_basic(reply, 's', ¤t);
if (r < 0)
return bus_log_parse_error(r);
}
static int update_interrupted(sd_event_source *source, void *userdata) {
- /* Since the event loop is exiting, we will never recieve the JobRemoved
+ /* Since the event loop is exiting, we will never receive the JobRemoved
* signal. So, we must free the userdata here. */
_cleanup_(operation_freep) Operation *op = ASSERT_PTR(userdata);
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;