From 7d9a7204b2f52279927168191922c2229172cd11 Mon Sep 17 00:00:00 2001
From: merakor <cem@ckyln.com>
Date: Fri, 24 Jul 2020 10:26:11 +0000
Subject: tools: add docstrings

FossilOrigin-Name: 5d093c4c773fc21090e45f8b8da057e591cb139a415525522deee9a8f65a0afc
---
 tools/cpt-build | 1 +
 1 file changed, 1 insertion(+)

(limited to 'tools/cpt-build')

diff --git a/tools/cpt-build b/tools/cpt-build
index 40ae4fd..ac4427b 100755
--- a/tools/cpt-build
+++ b/tools/cpt-build
@@ -1,4 +1,5 @@
 #!/bin/sh
+# Build a package
 
 # shellcheck disable=1091
 if command -v cpt-lib >/dev/null; then . cpt-lib; else . ../lib.sh; fi
-- 
cgit v1.2.3