Skip to content

Commit 5eb9e63

Browse files
committed
Update README.md and fixed some grammar errors
1 parent d8f222d commit 5eb9e63

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ ols1clk can be run in the following way:
1515
When run with no options, ols1clk will install OpenLiteSpeed with the default settings and values.
1616

1717
####Possible Options:
18-
* **-a**, **--adminpassword ADMINPASSWORD:** used to set the webAdmin password for OpenLiteSpeed.
18+
* **-a**, **--adminpassword [-- webAdminPassword]:** used to set the webAdmin password for OpenLiteSpeed instead of a random one.
19+
* If you omit **[-- webAdminPassword]**, ols1clk will prompt you to provide this password during installation.
1920
* **-e**, **--email EMAIL:** to set the email of the administrator.
2021
* **-w**, **--wordpress:** set to install and setup wordpress.
2122
* **--wordpresspath WORDPRESSPATH:** to use an existing wordpress installation instead of a new wordpress install.
22-
* **-r**, **--rootpassworddb ROOTPASSWORD:** to set the mysql server root password.
23+
* **-r**, **--rootpassworddb [-- mysqlRootPassword]:** to set the mysql server root password instead of using a random one.
24+
* If you omit **[-- mysqlRootPassword]**, ols1clk will prompt you to provide this password during installation.
2325
* **-d**, **--databasename DATABASENAME:** to set the database name to be used by wordpress.
2426
* **-u**, **--usernamedb DBUSERNAME:** to set the username of wordpress in mysql.
25-
* **-p**, **--passworddb DBPASSWORD:** to set the password of wordpress in mysql.
27+
* **-p**, **--passworddb [-- databasePassword]:** to set the password of wordpress in mysql instead of using a random one.
28+
* If you omit **[-- databasePassword]**, ols1clk will prompt you to provide this password during installation.
2629
* **-l**, **--listenport WORDPRESSPORT:** to set the listener port, default is 80.
2730
* **--uninstall:** to uninstall OpenLiteSpeed and remove installation directory
2831
* **--purgeall:** to uninstall OpenLiteSpeed, remove installation directory, and purge all data in mysql.
@@ -33,4 +36,3 @@ Get in Touch
3336

3437
OpenLiteSpeed has a [Google Group](https://groups.google.com/forum/#!forum/openlitespeed-development). If you find a bug, want to request new features, or just want to talk about OpenLiteSpeed, this is the place to do it.
3538

36-

ols1clk.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,16 +645,16 @@ function usage
645645
{
646646
echoGreen "Usage: $0 [options] [options] ..."
647647
echoGreen "Options:"
648-
echoGreen " -a, --adminpassword [-- webAdminPassword], to set the webAdmin password for openlitespeed instead a random one."
648+
echoGreen " -a, --adminpassword [-- webAdminPassword], to set the webAdmin password for openlitespeed instead of using a random one."
649649
echoGreen " If you omit [-- webAdminPassword], ols1clk will prompt you to provide this password during installation."
650650
echoGreen " -e, --email EMAIL, to set the email of the administrator."
651651
echoGreen " -w, --wordpress, set to install and setup wordpress."
652652
echoGreen " --wordpresspath WORDPRESSPATH, to use an existing wordpress installation instead of a new wordpress install."
653-
echoGreen " -r, --rootpassworddb [-- mysqlRootPassword], to set the mysql server root password instead a random one."
653+
echoGreen " -r, --rootpassworddb [-- mysqlRootPassword], to set the mysql server root password instead of using a random one."
654654
echoGreen " If you omit [-- mysqlRootPassword], ols1clk will prompt you to provide this password during installation."
655655
echoGreen " -d, --databasename DATABASENAME, to set the database name to be used by wordpress."
656656
echoGreen " -u, --usernamedb DBUSERNAME, to set the username of wordpress in mysql."
657-
echoGreen " -p, --passworddb [-- databasePassword], to set the password of the table used by wordpress in mysql instead a random one."
657+
echoGreen " -p, --passworddb [-- databasePassword], to set the password of the table used by wordpress in mysql instead of using a random one."
658658
echoGreen " If you omit [-- databasePassword], ols1clk will prompt you to provide this password during installation."
659659
echoGreen " -l, --listenport WORDPRESSPORT, to set the listener port, default is 80."
660660
echoGreen " --uninstall, to uninstall OpenLiteSpeed and remove installation directory."

0 commit comments

Comments
 (0)