From b80143ab4092687b323ff199182c81e56cf56536 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Thu, 24 May 2012 12:53:18 +0000
Subject: [PATCH] Missing option added to summary section of help

---
 misc-scripts/schema_patcher.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/misc-scripts/schema_patcher.pl b/misc-scripts/schema_patcher.pl
index ac3ce6f246..1e8957d9dc 100755
--- a/misc-scripts/schema_patcher.pl
+++ b/misc-scripts/schema_patcher.pl
@@ -27,7 +27,8 @@ Usage:
   $indent [ --interactive 0|1 ]\\
   $indent [ --verbose ] [ --quiet ] \\
   $indent [ --mysql=optional_path ]  \\
-  $indent [ --fix ]
+  $indent [ --fix ] \\
+  $indent [ --fixlast ]
 
   $0 --help | --about
 
-- 
GitLab