Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Friskes committed Jul 6, 2024
1 parent d95880a commit 5210dd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Arguments can be passed in any order, it doesn't matter.
### Optional Arguments:
`-h` or `--help` Show help message.<br/>
`-w` or `--worker` Full command line to run worker or options that extend the default command line.<br/>
`-b` or `--beat` Full command line to run beat or options that extend the default command line.<br/>
`-f` or `--flower` Full command line to run flower or options that extend the default command line.<br/>
`-eb` or `--exclude-beat` Excludes the beat server at startup.<br/>
`-ef` or `--exclude-flower` Excludes the flower server at startup.<br/>
`-w <cmd>` or `--worker <cmd>` Full command line to run worker or options that extend the default command line.<br/>
`-b <cmd>` or `--beat <cmd>` Full command line to run beat or options that extend the default command line.<br/>
`-f <cmd>` or `--flower <cmd>` Full command line to run flower or options that extend the default command line.<br/>
`-eb` or `--exclude_beat` Excludes the beat server at startup.<br/>
`-ef` or `--exclude_flower` Excludes the flower server at startup.<br/>
`-d` or `--debug` Displays information about successful/unsuccessful completion of processes.<br/>
#### To stopped program pressing the keyboard shortcut `CTRL+C`
Expand Down

0 comments on commit 5210dd4

Please sign in to comment.