From aaefbfe785f10a19caefa9b1c8a522d2a0d79459 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:44:18 +0000 Subject: [PATCH] docs: add period to search command description Co-Authored-By: mcong@box.com --- src/commands/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"'