summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-06 11:40:46 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2019-09-12 16:29:12 +0100
commit22ff4b33e9522826b98154e7afbe689481371c95 (patch)
tree6eb35025524daf9addba5140f557af34cd751547
parent7ec6190a415edbcf3846fb9f9e4ad84ebddc24ba (diff)
downloadbuildstream-22ff4b33e9522826b98154e7afbe689481371c95.tar.gz
cli.py: Fix typo in source checkout's doc string
-rw-r--r--src/buildstream/_frontend/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_frontend/cli.py b/src/buildstream/_frontend/cli.py
index 3344c5c79..631eff7d3 100644
--- a/src/buildstream/_frontend/cli.py
+++ b/src/buildstream/_frontend/cli.py
@@ -798,7 +798,7 @@ def source_track(app, elements, deps, except_, cross_junctions):
##################################################################
# Source Checkout Command #
##################################################################
-@source.command(name='checkout', short_help='Checkout sources for an element')
+@source.command(name='checkout', short_help='Checkout sources of an element')
@click.option('--force', '-f', is_flag=True,
help="Allow files to be overwritten")
@click.option('--except', 'except_', multiple=True,