Minor typo in ServerReloadOptions
This commit is contained in:
parent
966640b59f
commit
4475917822
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ pub enum CollisionHandling {
|
||||||
|
|
||||||
#[derive(Args, Debug)]
|
#[derive(Args, Debug)]
|
||||||
pub struct ServerReloadOptions {
|
pub struct ServerReloadOptions {
|
||||||
/// Set this flag for the application to attempt to reload the running server process automaticallys
|
/// Set this flag for the application to attempt to reload the running server process automatically
|
||||||
#[arg(long, short = 'r')]
|
#[arg(long, short = 'r')]
|
||||||
pub reload_server: bool,
|
pub reload_server: bool,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue