]> git.saurik.com Git - apple/security.git/blobdiff - OSX/utilities/SecurityTool/security_tool_commands.h
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / utilities / SecurityTool / security_tool_commands.h
index 78ad8e3ab19feba9cc96e8f69c6c2a2848d1e791..b6d601c92c0d4d82eebf47f60dc7c2279fe747ad 100644 (file)
@@ -21,6 +21,7 @@
  * @APPLE_LICENSE_HEADER_END@
  */
 
  * @APPLE_LICENSE_HEADER_END@
  */
 
+#define SHOW_USAGE_MESSAGE 2
 
 // This is included to make SECURITY_COMMAND macros result in declarations of
 // commands for use in SecurityTool
 
 // This is included to make SECURITY_COMMAND macros result in declarations of
 // commands for use in SecurityTool
@@ -40,5 +41,4 @@
 #define SECURITY_COMMAND_MAC(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
 #endif
 
 #define SECURITY_COMMAND_MAC(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
 #endif
 
-
 #endif
 #endif