summaryrefslogtreecommitdiff
path: root/src/mozclient/mozclient.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mozclient/mozclient.pl')
-rwxr-xr-xsrc/mozclient/mozclient.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mozclient/mozclient.pl b/src/mozclient/mozclient.pl
index 5c8d995..f700194 100755
--- a/src/mozclient/mozclient.pl
+++ b/src/mozclient/mozclient.pl
@@ -76,6 +76,7 @@ mozclient [-l] project-name
--tag|-t tag=ver checkout using a tag, hard-coding the version
--preserve-vcs|-p preserve VCS files
--embedded|-e create an embedded tarball
+ --modules|-m mods list of modules to fetch
--debug|-D increase debug level
Examples:
@@ -183,6 +184,7 @@ GetOptions($opt,
'date|d=s',
'tag|t=s',
'embedded|e',
+ 'modules|m=s',
'preserve-vcs|p') || &help();
&help() unless $#ARGV >= 0;