]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: Fix help typo
authorDr. David Alan Gilbert <dave@treblig.org>
Wed, 14 Aug 2024 00:11:26 +0000 (01:11 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Aug 2024 04:45:27 +0000 (13:45 +0900)
'an an' -> 'an'

src/nspawn/nspawn.c

index d11868844878e6d400c8dabab364448eecc8d74f..4a9693f3b71201acbba15f069d90b1daa6567f9d 100644 (file)
@@ -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"