From 83f967e360f1b2bb0a14a093c7fb020bf317b591 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Thu, 16 May 2013 12:59:00 -0700 Subject: [PATCH] Bug 873216 - Fixed a typo in `./mach help`; r=gps DONTBUILD (NPOTB) --- python/mozbuild/mozbuild/mach_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozbuild/mozbuild/mach_commands.py b/python/mozbuild/mozbuild/mach_commands.py index 9e990723960e..c8b1253beabd 100644 --- a/python/mozbuild/mozbuild/mach_commands.py +++ b/python/mozbuild/mozbuild/mach_commands.py @@ -229,7 +229,7 @@ class Build(MachCommandBase): @Command('configure', category='build', - description='Configure the tree (run configure and config.status') + description='Configure the tree (run configure and config.status).') def configure(self): def on_line(line): self.log(logging.INFO, 'build_output', {'line': line}, '{line}')