Skip to content

Commit 5e0ab64

Browse files
committed
Fix: bad help file link for analyze command
1 parent 500489d commit 5e0ab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/core/analyze.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ Argument LEVEL and MSG are data from the debug log signal."
152152
;; Default, print help!
153153
(t
154154
(eask-info "(No Eask-files have been checked)")
155-
(eask-help "checker/analyze"))))
155+
(eask-help "core/analyze"))))
156156

157157
;;; core/analyze.el ends here

0 commit comments

Comments
 (0)