lib/commands/container.rb in testlab-0.6.12 vs lib/commands/container.rb in testlab-0.6.14
- old
+ new
@@ -246,10 +246,10 @@
####################
c.desc 'Recycles a container'
c.long_desc <<-EOF
Recycles a container. The container is taken through a series of state changes to ensure it is pristine.
-The containers is cycled in this order:
+The container is cycled in this order:
Teardown -> Down -> Destroy -> Create -> Up -> Setup
EOF
c.command :recycle do |recycle|
recycle.action do |global_options, options, args|