From ba90cd2b00f92b700fb59d1c2164b6c2a7f141ce Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Sun, 14 Oct 2018 22:10:03 -0400 Subject: [PATCH] Updated lounge to thelounge --- _docs/getting_started/usage.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_docs/getting_started/usage.md b/_docs/getting_started/usage.md index 88c57c12..c28f91df 100644 --- a/_docs/getting_started/usage.md +++ b/_docs/getting_started/usage.md @@ -11,7 +11,7 @@ order: 1.2 Once you've installed The Lounge, go ahead and run: ``` -$ lounge --help +$ thelounge --help ``` This will give you an overview of the commands you can use. @@ -23,7 +23,7 @@ _Start the server._ Example: ``` -$ lounge start --port 80 --private +$ thelounge start --port 80 --private ``` Options: @@ -40,7 +40,7 @@ _Open the configuration file._ Example: ``` -$ lounge config +$ thelounge config ``` ## `list` @@ -50,7 +50,7 @@ _List all existing users._ Example: ``` -$ lounge list +$ thelounge list ``` ## `add ` @@ -60,7 +60,7 @@ _Add a new user._ Example: ``` -$ lounge add john +$ thelounge add john ``` ## `remove ` @@ -70,7 +70,7 @@ _Remove an existing user._ Example: ``` -$ lounge remove john +$ thelounge remove john ``` ## `reset ` @@ -80,7 +80,7 @@ _Reset user password._ Example: ``` -$ lounge reset john +$ thelounge reset john ``` ## `edit ` @@ -90,7 +90,7 @@ _Edit user configuration file._ Example: ``` -$ lounge edit john +$ thelounge edit john ``` # Options @@ -118,7 +118,7 @@ _Output usage information._ Example: ``` -$ lounge --help +$ thelounge --help ``` ## `--version` @@ -128,5 +128,5 @@ _Output the version number._ Example: ``` -$ lounge --version +$ thelounge --version ```