summaryrefslogtreecommitdiff
path: root/world/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-08 18:03:10 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-08 18:03:10 +0100
commita7a68de71c2e9e8f714ec58053c9ea57fae70604 (patch)
tree568fed7f5d54270a7b648a8591f84c5a84f7ae94 /world/src/main.rs
parent6c2cb1d5a54badcbd488fc4bd1d58ea03846369b (diff)
downloadweareserver-a7a68de71c2e9e8f714ec58053c9ea57fae70604.tar
weareserver-a7a68de71c2e9e8f714ec58053c9ea57fae70604.tar.bz2
weareserver-a7a68de71c2e9e8f714ec58053c9ea57fae70604.tar.zst
fix short option collision
Diffstat (limited to 'world/src/main.rs')
-rw-r--r--world/src/main.rs2
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)]