Skip to content

Commit 0bcada6

Browse files
committed
Updated CLI usage docs
1 parent 57237ab commit 0bcada6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

cmd/stac/doc.go

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
The stac program is a command line tool for crawling and validating STAC resources.
2+
The stac program is a command line tool for working with STAC resources.
33
44
NAME:
55
stac - STAC Utilities
@@ -11,8 +11,12 @@ The stac program is a command line tool for crawling and validating STAC resourc
1111
Utilities for working with Spatio-Temporal Asset Catalog (STAC) metadata.
1212
1313
COMMANDS:
14-
validate Validate STAC metadata
15-
help, h Shows a list of commands or help for one command
14+
validate Validate STAC metadata
15+
stats Generate STAC statistics
16+
make-links-absolute Rewrite links in STAC metadata
17+
format Format STAC metadata
18+
version Print build information
19+
help, h Shows a list of commands or help for one command
1620
1721
GLOBAL OPTIONS:
1822
--help, -h show help (default: false)

0 commit comments

Comments
 (0)