diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/src/main.rs b/world/src/main.rs index 30fe8d4..7b5afc3 100644 --- a/world/src/main.rs +++ b/world/src/main.rs @@ -50,7 +50,7 @@ struct Args { #[arg(short, long)] push: bool, /// Spin the object - #[arg(short, long)] + #[arg(long)] spin: bool, /// Remove all other object from the world #[arg(short, long)] |