From ecada96585066f0e74f7ef3c7b24455863e85611 Mon Sep 17 00:00:00 2001 From: Dave Farrow Date: Fri, 20 Oct 2017 21:20:36 -0700 Subject: [PATCH] #9108: fixed unit test --- 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 d62f208a17..7bccc9b9cc 100644 --- a/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb +++ b/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb @@ -125,6 +125,7 @@ RSpec.describe Msf::Ui::Console::CommandDispatcher::Db do " -a,--add Add the hosts instead of searching", " -d,--delete Delete the hosts instead of searching", " -c Only show the given columns (see list below)", + " -C Only show the given columns until the next restart (see list below)", " -h,--help Show this help information", " -u,--up Only show hosts which are up", " -o Send output to a file in csv format",