From c76fdfc51b321b32f662d6a0d02f11ca7f975b71 Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Wed, 14 Aug 2024 01:11:26 +0100 Subject: [PATCH] nspawn: Fix help typo 'an an' -> 'an' --- src/nspawn/nspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index d1186884487..4a9693f3b71 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -398,7 +398,7 @@ static int help(void) { " Add a virtual Ethernet connection to the container\n" " and attach it to an existing bridge on the host\n" " --network-zone=NAME Similar, but attach the new interface to an\n" - " an automatically managed bridge interface\n" + " automatically managed bridge interface\n" " --network-namespace-path=PATH\n" " Set network namespace to the one represented by\n" " the specified kernel namespace file node\n"