summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/sources/patch.py')
-rw-r--r--buildstream/plugins/sources/patch.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/buildstream/plugins/sources/patch.py b/buildstream/plugins/sources/patch.py
index c9e40b1e6..11b66b3ea 100644
--- a/buildstream/plugins/sources/patch.py
+++ b/buildstream/plugins/sources/patch.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright Bloomberg Finance LP
#
@@ -18,7 +17,13 @@
# Authors:
# Chandan Singh <csingh43@bloomberg.net>
-"""A Source implementation for applying local patches
+"""
+patch - apply locally stored patches
+====================================
+
+**Host dependencies:**
+
+ * patch
**Usage:**