Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated lounge to thelounge #87

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions _docs/getting_started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -23,7 +23,7 @@ _Start the server._
Example:

```
$ lounge start --port 80 --private
$ thelounge start --port 80 --private
```

Options:
Expand All @@ -40,7 +40,7 @@ _Open the configuration file._
Example:

```
$ lounge config
$ thelounge config
```

## `list`
Expand All @@ -50,7 +50,7 @@ _List all existing users._
Example:

```
$ lounge list
$ thelounge list
```

## `add <name>`
Expand All @@ -60,7 +60,7 @@ _Add a new user._
Example:

```
$ lounge add john
$ thelounge add john
```

## `remove <name>`
Expand All @@ -70,7 +70,7 @@ _Remove an existing user._
Example:

```
$ lounge remove john
$ thelounge remove john
```

## `reset <name>`
Expand All @@ -80,7 +80,7 @@ _Reset user password._
Example:

```
$ lounge reset john
$ thelounge reset john
```

## `edit <name>`
Expand All @@ -90,7 +90,7 @@ _Edit user configuration file._
Example:

```
$ lounge edit john
$ thelounge edit john
```

# Options
Expand Down Expand Up @@ -118,7 +118,7 @@ _Output usage information._
Example:

```
$ lounge --help
$ thelounge --help
```

## `--version`
Expand All @@ -128,5 +128,5 @@ _Output the version number._
Example:

```
$ lounge --version
$ thelounge --version
```