Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
It appears that the Usage and Options section were copied from rebuild.md Replaced instance of the word 'rebuild' with 'restart' and removed '--service' and '--yes' from options.
  • Loading branch information
laurielim authored Sep 30, 2024
1 parent e3c087c commit 954bffc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Restarts your app.
## Usage

```sh
lando rebuild [--service <service>...] [--yes]
lando restart
```

## Options
Expand All @@ -23,6 +23,4 @@ lando rebuild [--service <service>...] [--yes]
--debug Shows debug output [boolean]
--help Shows lando or delegated command help if applicable [boolean]
--verbose, -v Runs with extra verbosity [count]
--service, -s Rebuilds only the specified services [array]
--yes, -y Answers yes to prompts [boolean] [default: false]
```

0 comments on commit 954bffc

Please sign in to comment.