From 0929b54cd32cca40c9dc84b614d53ebb628fcc04 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Thu, 16 Jul 2015 00:43:08 -0500 Subject: [PATCH] Update spec for notes help menu --- spec/lib/msf/ui/console/command_dispatcher/db_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb b/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb index 530ed1d55d..28cd600b02 100644 --- a/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb +++ b/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb @@ -435,6 +435,7 @@ describe Msf::Ui::Console::CommandDispatcher::Db do " -h,--help Show this help information", " -R,--rhosts Set RHOSTS from the results of the search", " -S,--search Regular expression to match for search", + " -o,--output Save the notes to a csv file", " --sort Fields to sort by (case sensitive)", "Examples:", " notes --add -t apps -n 'winzip' 10.1.1.34 10.1.20.41",