Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/lucli/Module.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name>` 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;
Expand Down
Loading