From 86feb843f4c196b366ec317c5212d404df34191e Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 6 Jan 2018 15:48:43 +0200 Subject: Add promote to list of wrap commands. --- mesonbuild/wrap/wraptool.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mesonbuild') diff --git a/mesonbuild/wrap/wraptool.py b/mesonbuild/wrap/wraptool.py index 00115cb..0bdc417 100644 --- a/mesonbuild/wrap/wraptool.py +++ b/mesonbuild/wrap/wraptool.py @@ -40,6 +40,7 @@ Commands: update - update the project to its newest available release info - show available versions of a project status - show installed and available versions of your projects + promote - bring a subsubproject up to the master project ''' -- cgit v1.1