]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update help for '--with-docs' 303/head
authorMichael Weghorn <m.weghorn@posteo.de>
Wed, 5 Dec 2018 14:23:41 +0000 (15:23 +0100)
committerMichael Weghorn <m.weghorn@posteo.de>
Wed, 5 Dec 2018 14:30:31 +0000 (15:30 +0100)
The restriction "only Fedora, CentOS and Mageia"
does not (no longer?) apply, since the option is also handled for
other distributions (Debian, Ubuntu, openSUSE).

mkosi

diff --git a/mkosi b/mkosi
index da5bc80073f7275121389035eaf8da7916f2a2db..9e13c3a3f8d25d2a67f51f32d7276be3e88707d0 100755 (executable)
--- a/mkosi
+++ b/mkosi
@@ -2694,7 +2694,7 @@ def parse_args() -> CommandLineArguments:
 
     group = parser.add_argument_group("Packages")
     group.add_argument('-p', "--package", action=CommaDelimitedListAction, dest='packages', default=[], help='Add an additional package to the OS image', metavar='PACKAGE')
-    group.add_argument("--with-docs", action='store_true', help='Install documentation (only Fedora, CentOS and Mageia)', default=None)
+    group.add_argument("--with-docs", action='store_true', help='Install documentation', default=None)
     group.add_argument('-T', "--without-tests", action='store_false', dest='with_tests', default=True, help='Do not run tests as part of build script, if supported')
     group.add_argument("--cache", dest='cache_path', help='Package cache path', metavar='PATH')
     group.add_argument("--extra-tree", action='append', dest='extra_trees', default=[], help='Copy an extra tree on top of image', metavar='PATH')