Skip to content

Commit ae5fe8c

Browse files
committed
Change LIB/USAGE call to just USAGE
With the mass migration of setup code to the host executable, the USAGE command implementing command line help was moved too. But the call still looked for it in LIB.
1 parent 38f9bb0 commit ae5fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/host-start.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ host-start: function [
394394
)
395395
|
396396
["--help" | "-?"] end (
397-
lib/usage
397+
usage
398398
quit-when-done: default true
399399
)
400400
|

0 commit comments

Comments
 (0)