diff options
Diffstat (limited to 'buildstream/plugins/sources/ostree.py')
-rw-r--r-- | buildstream/plugins/sources/ostree.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buildstream/plugins/sources/ostree.py b/buildstream/plugins/sources/ostree.py index b311e24bf..94fe5093f 100644 --- a/buildstream/plugins/sources/ostree.py +++ b/buildstream/plugins/sources/ostree.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # Copyright (C) 2016 Codethink Limited # @@ -18,7 +17,9 @@ # Authors: # Andrew Leeming <andrew.leeming@codethink.co.uk> -"""A Source implementation for importing/staging of OSTree checkouts. +""" +ostree - stage files from an OSTree repository +============================================== **Usage:** |