mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
updatectl: fix typo and drop space in empty lines
Follow-ups for ec15bb71c2
(#32363).
This commit is contained in:
parent
a4db21c856
commit
5537e4417c
@ -26,7 +26,7 @@
|
||||
<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>
|
||||
|
||||
|
@ -534,7 +534,7 @@ static int describe(sd_bus *bus, const char *target_path, const char *version) {
|
||||
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");
|
||||
@ -654,7 +654,7 @@ static int check_describe_finished(sd_bus_message *reply, void *userdata, sd_bus
|
||||
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);
|
||||
@ -904,7 +904,7 @@ static int update_finished(sd_bus_message *m, void *userdata, sd_bus_error *erro
|
||||
}
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user