diff options
Diffstat (limited to 'src/buildstream/_frontend/cli.py')
-rw-r--r-- | src/buildstream/_frontend/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_frontend/cli.py b/src/buildstream/_frontend/cli.py index bf92161bf..12b9439cf 100644 --- a/src/buildstream/_frontend/cli.py +++ b/src/buildstream/_frontend/cli.py @@ -948,7 +948,7 @@ def workspace_list(app): ############################################################# # Artifact Commands # ############################################################# -@cli.group(short_help="Manipulate cached artifacts") +@cli.group(short_help="Manipulate cached artifacts.") def artifact(): """Manipulate cached artifacts""" |