From 97f62d955f84fff22b6ae777295716cf1b419893 Mon Sep 17 00:00:00 2001 From: andurin Date: Mon, 14 Nov 2011 11:19:16 +0100 Subject: [PATCH] Fixed very small typo --- lib/msf/ui/console/command_dispatcher/db.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/ui/console/command_dispatcher/db.rb b/lib/msf/ui/console/command_dispatcher/db.rb index ea422902e6..2141745911 100644 --- a/lib/msf/ui/console/command_dispatcher/db.rb +++ b/lib/msf/ui/console/command_dispatcher/db.rb @@ -370,7 +370,7 @@ class Db when '-h','--help' print_line - print_line "Usage: services [-h] [-u] [-a] [-r ] [-p ] [-n ] [-o ] [addr1 addr2 ...]" + print_line "Usage: services [-h] [-u] [-a] [-r ] [-p ] [-s ] [-o ] [addr1 addr2 ...]" print_line print_line " -a,--add Add the services instead of searching" print_line " -d,--delete Delete the services instead of searching"