]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ukify: suffix switches that take parameters with = in log output
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Jul 2024 10:35:57 +0000 (12:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Jul 2024 14:15:04 +0000 (16:15 +0200)
src/ukify/ukify.py

index f1db9ba57875b52c74f4d0842b85e24cd8f8aeea..76437f25e5979304b88ac7c28a8e77c11912a860 100755 (executable)
@@ -1636,7 +1636,7 @@ def finalize_options(opts):
     elif len(opts.positional) == 1 and opts.positional[0] in VERBS:
         opts.verb = opts.positional[0]
     elif opts.linux or opts.initrd:
-        raise ValueError('--linux/--initrd options cannot be used with positional arguments')
+        raise ValueError('--linux=/--initrd= options cannot be used with positional arguments')
     else:
         print("Assuming obsolete command line syntax with no verb. Please use 'build'.")
         if opts.positional: