Skip to content

Commit 17993fc

Browse files
- CLI: updated help content
1 parent f0b5166 commit 17993fc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

help.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,11 @@ Copyright (C) 2004-2020 Oleg Shilo.
272272
Prints the information about build server.
273273
Note, the server starts automatically on the script execution that is configured to use the 'csc' or 'roslyn'
274274
engine.
275-
Build server is a background process, which implements hop loading of C# compiler csc.exe. Somewhat similar to
275+
Build server is a background process, which implements top loading of C# compiler csc.exe. Somewhat similar to
276276
VBCSCompiler.exe.
277277
These options are only relevant if the compiler engine is set to 'csc' (see '-engine' command).
278+
Note, the build server is deployed on the first execution of the script with `csc` or `roslyn` engine.
279+
Though on Linux it has to be an execution with root privileges. Or you can just run `sudo css -server:add`.
278280

279281
-server:start - deploys and starts build server. Useful if you want to start the server on system startup.
280282
-server:stop - stops build server

src/cscs/HelpProvider.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,11 @@ static AppArgs()
456456
"Prints the information about build server.",
457457
"Note, the server starts automatically on the script execution that is configured to use the 'csc' " +
458458
"or 'roslyn' engine.",
459-
"Build server is a background process, which implements hop loading of C# compiler csc.exe. " +
459+
"Build server is a background process, which implements top loading of C# compiler csc.exe. " +
460460
"Somewhat similar to VBCSCompiler.exe.",
461461
"These options are only relevant if the compiler engine is set to 'csc' (see '-engine' command).",
462+
"Note, the build server is deployed on the first execution of the script with `csc` or `roslyn` engine.",
463+
"Though on Linux it has to be an execution with root privileges. Or you can just run `sudo css -server:add`.",
462464
"```",
463465
" -server:start - ${<==}deploys and starts build server. Useful if you want to start the server " +
464466
"on system startup.",

0 commit comments

Comments
 (0)