diff --git a/src/commands/search.js b/src/commands/search.js index c8148e82..8c2c61ce 100644 --- a/src/commands/search.js +++ b/src/commands/search.js @@ -166,7 +166,7 @@ class SearchCommand extends BoxCommand { } } -SearchCommand.description = 'Search for files and folders in your Enterprise'; +SearchCommand.description = 'Search for files and folders in your Enterprise.'; SearchCommand.examples = [ 'box search "Q3 OKR"', 'box search --mdfilter "enterprise.employeeRecord.name=John Doe"'