Skip to content

Commit 99c56c5

Browse files
committed
Add missing '-S'
1 parent a1b9941 commit 99c56c5

File tree

1 file changed

+5
-4
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+5
-4
lines changed

lib/msf/ui/console/command_dispatcher/db.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,12 +1230,13 @@ def cmd_notes_help
12301230
@@notes_opts = Rex::Parser::Arguments.new(
12311231
[ '-a', '--add' ] => [ false, 'Add a note to the list of addresses, instead of listing.' ],
12321232
[ '-d', '--delete' ] => [ false, 'Delete the notes instead of searching.' ],
1233-
[ '-n', '--note' ] => [ true, 'Set the data for a new note (only with -a).', '<note>' ],
1234-
[ '-t', '--type' ] => [ true, 'Search for a list of types, or set single type for add.', '<type1,type2>' ],
12351233
[ '-h', '--help' ] => [ false, 'Show this help information.' ],
1236-
[ '-R', '--rhosts' ] => [ false, 'Set RHOSTS from the results of the search.' ],
1237-
[ '-o', '--output' ] => [ true, 'Save the notes to a csv file.', '<filename>' ],
1234+
[ '-n', '--note' ] => [ true, 'Set the data for a new note (only with -a).', '<note>' ],
12381235
[ '-O', '--order' ] => [ true, 'Order rows by specified column number.', '<column id>' ],
1236+
[ '-o', '--output' ] => [ true, 'Save the notes to a csv file.', '<filename>' ],
1237+
[ '-R', '--rhosts' ] => [ false, 'Set RHOSTS from the results of the search.' ],
1238+
[ '-S', '--search' ] => [ true, 'Search string to filter by.', '<filter>' ],
1239+
[ '-t', '--type' ] => [ true, 'Search for a list of types, or set single type for add.', '<type1,type2>' ],
12391240
[ '-u', '--update' ] => [ false, 'Update a note. Not officially supported.' ]
12401241
)
12411242

0 commit comments

Comments
 (0)