diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-09-06 11:40:46 +0100 |
---|---|---|
committer | James Ennis <james.ennis@codethink.co.uk> | 2019-09-12 16:29:12 +0100 |
commit | 22ff4b33e9522826b98154e7afbe689481371c95 (patch) | |
tree | 6eb35025524daf9addba5140f557af34cd751547 /src/buildstream/_frontend | |
parent | 7ec6190a415edbcf3846fb9f9e4ad84ebddc24ba (diff) | |
download | buildstream-22ff4b33e9522826b98154e7afbe689481371c95.tar.gz |
cli.py: Fix typo in source checkout's doc string
Diffstat (limited to 'src/buildstream/_frontend')
-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 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, |