@@ -1230,12 +1230,13 @@ def cmd_notes_help
1230
1230
@@notes_opts = Rex ::Parser ::Arguments . new (
1231
1231
[ '-a' , '--add' ] => [ false , 'Add a note to the list of addresses, instead of listing.' ] ,
1232
1232
[ '-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>' ] ,
1235
1233
[ '-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>' ] ,
1238
1235
[ '-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>' ] ,
1239
1240
[ '-u' , '--update' ] => [ false , 'Update a note. Not officially supported.' ]
1240
1241
)
1241
1242
0 commit comments