aboutsummaryrefslogtreecommitdiff
path: root/expvc.c
diff options
context:
space:
mode:
Diffstat (limited to 'expvc.c')
-rw-r--r--expvc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/expvc.c b/expvc.c
index cb672d2..e413852 100644
--- a/expvc.c
+++ b/expvc.c
@@ -32,8 +32,8 @@ usage:
"\t-eh double\tInstead of using -ey, specify eye height and calculate eye Y [Optional if the target is a TNT] [-ey = -eh]\n"
"\t-v vec3d\tTarget entity initial velocity [Optional, defaults to 0,0,0]\n"
"\t-x double\tExposure of explosion. Percentage. 1.0 if no blocks blocking the ray. [Optional, defaults to 1.0]\n"
- "\t-b int\tTarget entity blast protection level [Optional]\n"
- "\t-n int\tSimulate multiple explosions (at the same pos) in the same tick, and output the final velocity to the target entity [Optional, defaults to 1]\n"
+ "\t-b int\t\tTarget entity blast protection level [Optional]\n"
+ "\t-n int\t\tSimulate multiple explosions (at the same pos) in the same tick, and output the final velocity to the target entity [Optional, defaults to 1]\n"
"\t-h\t\tPrint usage to stderr\n"
"\n"
"Vec3D Format: x,y,z. No spaces or brackets allowed.\n", argv[0]);