@@ -66,10 +66,10 @@ def show_basic_usage():
66
66
sc += ("\n " )
67
67
sc += ("COMMANDS:\n " )
68
68
sc += (" install [DRIVER] [OPTIONS]\n " )
69
+ sc += (" options (List common pytest options)\n " )
69
70
sc += (" mkdir [DIRECTORY] [OPTIONS]\n " )
70
71
sc += (" mkfile [FILE.py] [OPTIONS]\n " )
71
- sc += (" mkpres [FILE.py] [LANGUAGE OPTIONS]\n " )
72
- sc += (" options (List common pytest options)\n " )
72
+ sc += (" mkpres [FILE.py] [LANG]\n " )
73
73
sc += (" print [FILE] [OPTIONS]\n " )
74
74
sc += (" translate [SB_FILE.py] [LANG] [ACTION]\n " )
75
75
sc += (" convert [WEBDRIVER_UNITTEST_FILE.py]\n " )
@@ -79,7 +79,7 @@ def show_basic_usage():
79
79
sc += (" revert-objects [SB_FILE.py] [OPTIONS]\n " )
80
80
sc += (" encrypt (OR: obfuscate)\n " )
81
81
sc += (" decrypt (OR: unobfuscate)\n " )
82
- sc += (" download server (Selenium Server JAR file)\n " )
82
+ sc += (" download server (The Selenium Grid JAR file)\n " )
83
83
sc += (" grid-hub [start|stop] [OPTIONS]\n " )
84
84
sc += (" grid-node [start|stop] --hub=[HOST/IP]\n " )
85
85
sc += (' * (EXAMPLE: "sbase install chromedriver latest") *\n ' )
@@ -193,10 +193,10 @@ def show_mkpres_usage():
193
193
print (sc )
194
194
print ("" )
195
195
print (" Usage:" )
196
- print (" seleniumbase mkpres [FILE.py] [LANGUAGE OPTIONS ]" )
197
- print (" OR: sbase mkpres [FILE.py] [LANGUAGE OPTIONS ]" )
196
+ print (" seleniumbase mkpres [FILE.py] [LANG ]" )
197
+ print (" OR: sbase mkpres [FILE.py] [LANG ]" )
198
198
print (" Example:" )
199
- print (" sbase mkpres new_presentation.py" )
199
+ print (" sbase mkpres new_presentation.py --en " )
200
200
print (" Language Options:" )
201
201
print (" --en / --English | --zh / --Chinese" )
202
202
print (" --nl / --Dutch | --fr / --French" )
@@ -257,8 +257,8 @@ def show_translate_usage():
257
257
print (sc )
258
258
print ("" )
259
259
print (" Usage:" )
260
- print (" seleniumbase translate [SB_FILE.py] [LANGUAGE ] [ACTION]" )
261
- print (" OR: sbase translate [SB_FILE.py] [LANGUAGE ] [ACTION]" )
260
+ print (" seleniumbase translate [SB_FILE.py] [LANG ] [ACTION]" )
261
+ print (" OR: sbase translate [SB_FILE.py] [LANG ] [ACTION]" )
262
262
print (" Languages:" )
263
263
print (" --en / --English | --zh / --Chinese" )
264
264
print (" --nl / --Dutch | --fr / --French" )
@@ -309,8 +309,8 @@ def show_inject_objects_usage():
309
309
print (sc )
310
310
print ("" )
311
311
print (" Usage:" )
312
- print (" seleniumbase inject-objects [SB_FILE.py]" )
313
- print (" OR: sbase inject-objects [SB_FILE.py]" )
312
+ print (" seleniumbase inject-objects [SB_FILE.py] [OPTIONS] " )
313
+ print (" OR: sbase inject-objects [SB_FILE.py] [OPTIONS] " )
314
314
print (" Options:" )
315
315
print (" -c, --comments (Add object selectors to the comments.)" )
316
316
print (" (Default: No added comments.)" )
@@ -329,8 +329,8 @@ def show_objectify_usage():
329
329
print (sc )
330
330
print ("" )
331
331
print (" Usage:" )
332
- print (" seleniumbase objectify [SB_FILE.py]" )
333
- print (" OR: sbase objectify [SB_FILE.py]" )
332
+ print (" seleniumbase objectify [SB_FILE.py] [OPTIONS] " )
333
+ print (" OR: sbase objectify [SB_FILE.py] [OPTIONS] " )
334
334
print (" Options:" )
335
335
print (" -c, --comments (Add object selectors to the comments.)" )
336
336
print (" (Default: No added comments.)" )
@@ -352,8 +352,8 @@ def show_revert_objects_usage():
352
352
print (sc )
353
353
print ("" )
354
354
print (" Usage:" )
355
- print (" seleniumbase revert-objects [SB_FILE.py]" )
356
- print (" OR: sbase revert-objects [SB_FILE.py]" )
355
+ print (" seleniumbase revert-objects [SB_FILE.py] [OPTIONS] " )
356
+ print (" OR: sbase revert-objects [SB_FILE.py] [OPTIONS] " )
357
357
print (" Options:" )
358
358
print (" -c, --comments (Keep existing comments for the lines.)" )
359
359
print (" (Default: No comments are kept.)" )
0 commit comments