From 65886d7fa3645c343244e804798159a03461d21a Mon Sep 17 00:00:00 2001 From: Jonathan Cran Date: Mon, 30 May 2011 05:04:11 +0000 Subject: [PATCH] add the comma, thanks kernelsmith git-svn-id: file:///home/svn/framework3/trunk@12768 4d416f70-5f16-0410-b530-b9f4589650da --- plugins/lab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lab.rb b/plugins/lab.rb index df2a52601c..d98c95567d 100644 --- a/plugins/lab.rb +++ b/plugins/lab.rb @@ -39,7 +39,7 @@ class Plugin::Lab < Msf::Plugin "lab_suspend" => "lab_suspend [vmid+|all] suspend the specified vm.", "lab_stop" => "lab_stop [vmid+|all] stop the specified vm.", "lab_revert" => "lab_revert [vmid+|all] [snapshot] revert the specified vm.", - "lab_snapshot" => "lab_snapshot [vmid+|all] [snapshot] snapshot all targets for this exploit." + "lab_snapshot" => "lab_snapshot [vmid+|all] [snapshot] snapshot all targets for this exploit.", "lab_run_command" => "lab_run_command [vmid+|all] [command] run a command on all targets.", "lab_browse_to" => "lab_browse_to [vmid+|all] [uri] use the default browser to browse to a uri." }