From f2e018c7f32b56679adf62c08f58bc1d9b9daf87 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 21 Jul 2019 18:54:16 +0300 Subject: Create multiple different archive types with dist. --- mesonbuild/mesonmain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/mesonmain.py') diff --git a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py index c89465c..06214ad 100644 --- a/mesonbuild/mesonmain.py +++ b/mesonbuild/mesonmain.py @@ -44,7 +44,7 @@ class CommandLineParser: help_msg='Configure the project') self.add_command('configure', mconf.add_arguments, mconf.run, help_msg='Change project options',) - self.add_command('dist', mconf.add_arguments, mdist.run, + self.add_command('dist', mdist.add_arguments, mdist.run, help_msg='Generate release archive',) self.add_command('install', minstall.add_arguments, minstall.run, help_msg='Install the project') -- cgit v1.1