Browse Source

Merge branch 'hw9' of github.com:htwg-syslab-bsys-ws17/bsys-ws17-template into hw9

Joshua Rutschmann 7 years ago
parent
commit
14c45135de
2 changed files with 8 additions and 6 deletions
  1. 3
    3
      hw9/task1/README.md
  2. 5
    3
      hw9/task2/README.md

+ 3
- 3
hw9/task1/README.md View File

57
 
57
 
58
 Beispiele:
58
 Beispiele:
59
 
59
 
60
-    CONTROL hello
61
-    CONTROL exit
62
-    CONTROL Beam me up!
60
+    CONTROL hello\n
61
+    CONTROL exit\n
62
+    CONTROL Beam me up!\n
63
     CONTROL \n
63
     CONTROL \n
64
 
64
 
65
 
65
 

+ 5
- 3
hw9/task2/README.md View File

53
 Does awesome things to find a hash with specific pattern
53
 Does awesome things to find a hash with specific pattern
54
 
54
 
55
 USAGE:
55
 USAGE:
56
-    task2 [FLAGS] [OPTIONS] [SUBCOMMAND]
56
+    task2 [FLAGS] [OPTIONS] --port <PORT> [SUBCOMMAND]
57
 
57
 
58
 FLAGS:
58
 FLAGS:
59
     -h, --help       Prints help information
59
     -h, --help       Prints help information
87
 
87
 
88
 #### 2.1.1.2 `-a` Option
88
 #### 2.1.1.2 `-a` Option
89
 
89
 
90
-Mit der `-a` Option wird die Default Adresse: 127.0.0.1 überschrieben.
90
+Mit der optionalen `-a` Option wird die Default Adresse: 127.0.0.1
91
+überschrieben.
91
 
92
 
92
 #### 2.1.1.3 `-p` Option
93
 #### 2.1.1.3 `-p` Option
93
 
94
 
94
-Mit der `-p` Option wird der Default Port: 7878 überschrieben.
95
+Mit der erforderlichen (required) `-p` Option wird der Default Port: 7878
96
+überschrieben.
95
 
97
 
96
 #### 2.1.1.4 `test` Option
98
 #### 2.1.1.4 `test` Option
97
 
99
 

Loading…
Cancel
Save