summaryrefslogtreecommitdiff
path: root/src/sysupdate
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-09-22 14:17:40 +0200
committerGitHub <noreply@github.com>2022-09-22 14:17:40 +0200
commitadd0c9b8bf7edbafe8e50b6174f9b0b667103166 (patch)
tree9d6f5ff234de21972b1a44509c419aea1de205c2 /src/sysupdate
parente5a2977c9a3e7aaf02decdf81814c7899586c17b (diff)
parent29ca430865376ce82142a7b65fad91a25b208679 (diff)
downloadsystemd-add0c9b8bf7edbafe8e50b6174f9b0b667103166.tar.gz
Merge pull request #24768 from keszybz/table-not-available-2
Adjust table n/a text in more places
Diffstat (limited to 'src/sysupdate')
-rw-r--r--src/sysupdate/sysupdate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysupdate/sysupdate.c b/src/sysupdate/sysupdate.c
index c24ae532dd..944ac41a41 100644
--- a/src/sysupdate/sysupdate.c
+++ b/src/sysupdate/sysupdate.c
@@ -510,7 +510,7 @@ static int context_show_version(Context *c, const char *version) {
(void) table_set_align_percent(t, table_get_cell(t, 0, 6), 100);
(void) table_set_align_percent(t, table_get_cell(t, 0, 7), 100);
(void) table_set_align_percent(t, table_get_cell(t, 0, 8), 100);
- (void) table_set_empty_string(t, "-");
+ table_set_ersatz_string(t, TABLE_ERSATZ_DASH);
/* Determine if the target will make use of partition/fs attributes for any of the transfers */
for (size_t n = 0; n < c->n_transfers; n++) {