Skip to content

Commit aaa80db

Browse files
committed
update README.md
1 parent b240654 commit aaa80db

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the following will build the binary from scratch
3333
```
3434
$ git clone https://github.com/codeexpress/respounder
3535
$ cd respounder
36-
$ go build respounder
36+
$ go build -o respounder respounder.go computernames.go
3737
```
3838

3939
## Usage
@@ -58,16 +58,22 @@ $ ./respounder
5858
### Flags
5959
6060
```
61-
$ ./respounder [-json] [-debug]
61+
$ ./respounder [-json] [-debug] [-computername anewcomputername! | -rcomputername | -rstring]
6262

6363
Flags:
64+
-computername string
65+
Overrides the default computer name, requires at least 16 charcter hostname (default "aweirdcomputername")
66+
-debug
67+
Creates a debug.log file with a trace of the program
6468
-json
6569
Prints a JSON to STDOUT if a responder is detected on
6670
network. Other text is sent to STDERR
67-
-debug
68-
Creates a debug.log file with a trace of the program
6971
-help
7072
Displays this help
73+
-rcomputername
74+
Overrides the default computer name, with a random choice of words
75+
-rstring
76+
Overrides the default computer name, with a completely random string
7177
```
7278
7379

0 commit comments

Comments
 (0)