Skip to content

Commit 9d0fac8

Browse files
committed
restore unintentional whitespace changes
1 parent b4839e2 commit 9d0fac8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmd/src/search_jobs.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ func init() {
259259
usage := `'src search-jobs' is a tool that manages search jobs on a Sourcegraph instance.
260260
261261
Usage:
262-
262+
263263
src search-jobs command [command options]
264-
264+
265265
The commands are:
266-
266+
267267
cancel cancels a search job by ID
268268
create creates a search job
269269
delete deletes a search job by ID
@@ -272,11 +272,11 @@ func init() {
272272
logs fetches logs for a search job by ID
273273
restart restarts a search job by ID
274274
results fetches results for a search job by ID
275-
275+
276276
Common options for all commands:
277277
-c Select columns to display (e.g., -c id,query,state,username)
278278
-json Output results in JSON format
279-
279+
280280
Use "src search-jobs [command] -h" for more information about a command.
281281
`
282282

0 commit comments

Comments
 (0)