Show options help after the summary for a command

It is a bit clearer to read this way.

Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/subcmds/help.py b/subcmds/help.py
index a1425e7..fafcead 100644
--- a/subcmds/help.py
+++ b/subcmds/help.py
@@ -128,8 +128,8 @@
         self.wrap.end_paragraph(0)
 
     out = _Out(self.manifest.globalConfig)
-    cmd.OptionParser.print_help()
     out._PrintSection('Summary', 'helpSummary')
+    cmd.OptionParser.print_help()
     out._PrintSection('Description', 'helpDescription')
 
   def _Options(self, p):