mirror of
https://github.com/systemd/systemd.git
synced 2026-08-08 17:10:55 +00:00
committed by
Luca Boccassi
parent
fb0ef5eac0
commit
3be87dca03
@@ -214,7 +214,7 @@ static int list_homes(int argc, char *argv[], void *userdata) {
|
||||
return r;
|
||||
}
|
||||
|
||||
if (arg_legend && !FLAGS_SET(arg_json_format_flags, SD_JSON_FORMAT_OFF)) {
|
||||
if (arg_legend && FLAGS_SET(arg_json_format_flags, SD_JSON_FORMAT_OFF)) {
|
||||
if (table_isempty(table))
|
||||
printf("No home areas.\n");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user