diff --git a/cli/lucli/Module.cfc b/cli/lucli/Module.cfc index 83b432a262..b4849313b0 100644 --- a/cli/lucli/Module.cfc +++ b/cli/lucli/Module.cfc @@ -2162,7 +2162,7 @@ component extends="modules.BaseModule" { help &= " extension installer before dispatch reaches this module, and prints" & nl; help &= " '[INFO] No git or extension dependencies to install' without installing" & nl; help &= " anything. Use `wheels packages add ` instead. Same trap that bit" & nl; - help &= " `wheels browser install` (renamed to `wheels browser setup` in #2345)." & nl & nl; + help &= " `wheels browser install` (renamed to `wheels browser setup` in ##2345)." & nl & nl; help &= "Examples:" & nl; help &= " wheels packages list" & nl; help &= " wheels packages search ui" & nl;