Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit556b79d

Browse files
authored
Merge pull request#7 from yoshi389111/fix_usage_message
fix: change usage message
2 parents80a0d62 +d1ef711 commit556b79d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Alternatively you can use `build.bat` .
2121
##Usage
2222

2323
```
24-
usage:HttpServer [-p PORT] [-b ADDR] [-r DIR]
25-
orHttpServer [-t] [-r DIR]
26-
orHttpServer [-P PREFIX] [-r DIR]
24+
usage:SimpleHttpServer [-p PORT] [-b ADDR] [-r DIR]
25+
orSimpleHttpServer [-t] [-r DIR]
26+
orSimpleHttpServer [-P PREFIX] [-r DIR]
2727
```
2828

2929
options:

‎SimpleHttpServer.cs‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ static void ParseOptions(string[] args)
118118
else
119119
{
120120
Console.Error.WriteLine(
121-
"usage:HttpServer [-p PORT] [-b ADDR] [-r DIR]\n"+
122-
" orHttpServer [-t] [-r DIR]"+
123-
" orHttpServer [-P PREFIX] [-r DIR]");
121+
"usage:SimpleHttpServer [-p PORT] [-b ADDR] [-r DIR]\n"+
122+
" orSimpleHttpServer [-t] [-r DIR]"+
123+
" orSimpleHttpServer [-P PREFIX] [-r DIR]");
124124
Environment.Exit(0);
125125
}
126126
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp