From: Dr. David Alan Gilbert Date: Wed, 14 Aug 2024 00:11:26 +0000 (+0100) Subject: nspawn: Fix help typo X-Git-Tag: v257-rc1~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76fdfc51b321b32f662d6a0d02f11ca7f975b71;p=thirdparty%2Fsystemd.git nspawn: Fix help typo 'an an' -> 'an' --- 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"