From 41720212f3f6578109e7daf98d8bc5a783e2c2e8 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Tue, 2 Sep 2014 11:20:48 -0400
Subject: [PATCH] Fix the comment documenting how to run it with cl-launch.

---
 tools/asdf-tools | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/asdf-tools b/tools/asdf-tools
index d82f6484..7b3b9898 100755
--- a/tools/asdf-tools
+++ b/tools/asdf-tools
@@ -1,6 +1,7 @@
 ":" ; exec sbcl --script "$0" "$@" ; exit # -*- Lisp -*-
 ;;;;; Really runs on any decent Common Lisp implementation
-;;;;; Can also be invoked by cl-launch 4: cl-launch -sp asdf-tools -r restart -- "$@"
+;;;;; Can also be invoked by cl-launch 4:
+;;;;;    cl-launch -sp asdf-tools -r entry-point -- "$@"
 
 (in-package :cl-user) ;; That may be default, but let's make double sure and tell SLIME.
 
-- 
GitLab