File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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 ! | -r computername | -r string]
6262
6363Flags:
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
You can’t perform that action at this time.
0 commit comments