summaryrefslogtreecommitdiffstats
path: root/git-difme.scm
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-10 02:45:02 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-10 02:45:02 +0000
commitfd87baf2fc35e73ee09f5268b67a1ead2f43d72a (patch)
treefa4b95af26f05c2a26c057b00cfbc93a7343cd2e /git-difme.scm
parentf4c2f49a8621d85de3512288125a27c69f259be2 (diff)
update main function.
* git-difme.scm (main): add docstring.
Diffstat (limited to 'git-difme.scm')
-rw-r--r--git-difme.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-difme.scm b/git-difme.scm
index d696085..f2f098d 100644
--- a/git-difme.scm
+++ b/git-difme.scm
@@ -119,4 +119,5 @@ the commit message will be in the following format:
;;;; main
(define (main srcs)
+ "zarking main."
srcs)