# # # patch "cmd_automate.cc" # from [4a97e715a71d967aaf7b99f1112b87a9864f69bd] # to [e4b6ed89ec34424d11e088f9e6a1bc1f7b1ec30c] # ============================================================ --- cmd_automate.cc 4a97e715a71d967aaf7b99f1112b87a9864f69bd +++ cmd_automate.cc e4b6ed89ec34424d11e088f9e6a1bc1f7b1ec30c @@ -34,7 +34,7 @@ namespace commands { string const & desc, options::options_type const & opts) : command(name, "", CMD_REF(automate), false, params, abstract, - desc, false, opts) + desc, true, opts) { }