Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 47407b8

Browse files
committed
help grouping
1 parent 84c8646 commit 47407b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/gather.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ exports.description = 'gathers current advisories into a json file for offline c
2424

2525
exports.builder = {
2626
path: {
27-
description: 'location to save advisories database'
27+
description: 'location to save advisories database',
28+
group: 'Locations:'
2829
}
2930
};
3031

0 commit comments

Comments
 (0)