summaryrefslogtreecommitdiff
path: root/import
diff options
context:
space:
mode:
Diffstat (limited to 'import')
-rw-r--r--import/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/src/main.rs b/import/src/main.rs
index cfc6f92..f42b598 100644
--- a/import/src/main.rs
+++ b/import/src/main.rs
@@ -68,10 +68,10 @@ pub struct Args {
push: bool,
/// Remove all other object from the world
- #[arg(short, long)]
+ #[arg(long)]
clear: bool,
/// Add the object to the world
- #[arg(short, long)]
+ #[arg(long)]
add: bool,
/// Transcode all textures to WebP
#[arg(short, long)]