--- doseparse/stdOptions.ml.orig	Tue Nov 18 06:42:46 2014
+++ doseparse/stdOptions.ml	Wed Jul  6 08:55:26 2016
@@ -15,11 +15,12 @@
 open ExtLib
 open Common
 
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "doseparse/stdOptions.ml" end) ;;
 
 module type Ot = sig
   val options :
     ?usage:string ->
+    ?status:int ->
     ?version:string ->
     ?suppress_usage:bool ->
     ?suppress_help:bool ->
