lsns: fix old error message

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-05-03 10:59:45 +02:00
parent be1a10bb1f
commit 0f344e2432
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ int main(int argc, char *argv[])
else if (strcmp (optarg, "process") == 0)
ls.tree = LSNS_TREE_PROCESS;
else if (strcmp (optarg, "owner") != 0)
errx(EXIT_FAILURE, _("unknown nstree type: %s"), optarg);
errx(EXIT_FAILURE, _("unknown tree type: %s"), optarg);
}
break;