We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acdca0 commit 7dc87dbCopy full SHA for 7dc87db
basis/tools/deploy/deploy.factor
@@ -44,15 +44,15 @@ ERROR: no-vocab-main vocab ;
44
{ name "--ui" }
45
{ required? f }
46
{ #args 0 }
47
- { help "If specified, enables the the inclusion of the ui framework" }
+ { help "If specified, enables the inclusion of the ui framework" }
48
{ const t }
49
{ variable deploy-ui? }
50
}
51
T{ option
52
{ name "--unicode" }
53
54
55
- { help "If specified, enables the the inclusion of full support for CHAR: " }
+ { help "If specified, enables the inclusion of full support for CHAR: " }
56
57
{ variable deploy-unicode? }
58
0 commit comments