Skip to content

Commit

Permalink
add doc link + fix verbose help message
Browse files Browse the repository at this point in the history
  • Loading branch information
azi-acceis committed Jun 29, 2023
1 parent 8ae893d commit 5068055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Usage: bqm [options]
-i FILE,DIRECTORY,..., Local custom queries files/directories
--local-sets
--ignore-default Ignore the default query-sets.json
-v, --verbose Display the name of the merged file
-v, --verbose Display the name of the merged files/sets
Example: bqm -o ~/.config/bloodhound/customqueries.json
Example: bqm -o /tmp/customqueries.json -i /tmp/a.json,/home/user/folder
Expand All @@ -71,6 +71,8 @@ d
[+] All queries have been merged in /home/noraj/.config/bloodhound/customqueries.json
```

See [DOC](DOC.md) for more explanation about some options.

## Datasets

Datasets used by BQM are referenced in `data/query-sets.json`. They are coming from the following projects:
Expand Down
2 changes: 1 addition & 1 deletion bin/bqm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if __FILE__ == $PROGRAM_NAME
options[:'local-sets'] += f
end
parser.on('--ignore-default', 'Ignore the default query-sets.json')
parser.on('-v', '--verbose', 'Display the name of the merged file')
parser.on('-v', '--verbose', 'Display the name of the merged files/sets')
parser.separator ''
parser.separator 'Example: bqm -o ~/.config/bloodhound/customqueries.json'
parser.separator 'Example: bqm -o /tmp/customqueries.json -i /tmp/a.json,/home/user/folder'
Expand Down

0 comments on commit 5068055

Please sign in to comment.