Explorar el Código

clarify ManualEventAgent usage

Andrew Cantino hace 9 años
padre
commit
5fa1824866
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      app/models/agents/manual_event_agent.rb

+ 4 - 1
app/models/agents/manual_event_agent.rb

@@ -5,6 +5,9 @@ module Agents
 
     description <<-MD
       The Manual Event Agent is used to manually create Events for testing or other purposes.
+
+      Do not set options for this Agent.  Instead, connect it to other Agents and create Events
+      using the UI provided on this Agent's Summary page.
     MD
 
     event_description "User determined"
@@ -29,4 +32,4 @@ module Agents
     def validate_options
     end
   end
-end
+end