Skip to content

Commit 19e013d

Browse files
committed
Add more descriptive tool description.
Signed-off-by: Tobias Wolf <[email protected]> On-behalf-of: SAP <[email protected]>
1 parent 048350c commit 19e013d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/gardenlinux/oci/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
@click.group()
1616
def cli() -> None:
1717
"""
18-
gl-oci click argument entrypoint
18+
gl-oci provides functionality to handle OCI containers. It can pull and push
19+
images from remote repositories as well as handle GardenLinux artifacts, OCI
20+
image indices and manifests.
1921
2022
:since: 0.7.0
2123
"""

0 commit comments

Comments
 (0)