Corrected help /REST typo
This commit is contained in:
parent
50c0bd3ead
commit
492deaf366
4
gbscc
4
gbscc
@ -14,7 +14,7 @@ GBSCONTROL_ADDRESS = "gbscontrol.local"
|
|||||||
import sys
|
import sys
|
||||||
import http.client
|
import http.client
|
||||||
|
|
||||||
conn = http.client.HTTPConnection( GBSCONTROL_ADDRESS )
|
conn = http.client.HTTPConnection( GBSCONTROL_ADDRESS , timeout=3)
|
||||||
|
|
||||||
context = ""
|
context = ""
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ def main():
|
|||||||
|
|
||||||
"\tSystem :\n\n" +
|
"\tSystem :\n\n" +
|
||||||
|
|
||||||
"\t\t /RESET Reset the GBS\n\n" +
|
"\t\t /REST Reset the GBS\n\n" +
|
||||||
|
|
||||||
"\tEnhancements:\n\n" +
|
"\tEnhancements:\n\n" +
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user