]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
In v8 mode, do not allow directly passing unknown options to debhelper commands....
[debhelper.git] / dh
diff --git a/dh b/dh
index 389afc29a96c0b2ae92964c7e85c9ab33550b8c8..a19a94a33eb276cd47e5056fa8e7bfedd26f2f25 100755 (executable)
--- a/dh
+++ b/dh
@@ -289,8 +289,8 @@ init(options => {
                "l" => \&list_addons,
                "list" => \&list_addons,
        },
-       # Disable complaints about unknown options; they are passed on the
-       # debhelper commands.
+       # Disable complaints about unknown options; they are passed on t
+       # the debhelper commands.
        ignore_unknown_options => 1,
        # Bundling does not work well since there are unknown options.
        bundling => 0,