Skip to content

Commit

Permalink
adds missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 24, 2021
1 parent 0bb8847 commit f82e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_subcommand.c
Expand Up @@ -113,7 +113,7 @@ static void adapt_help(const char *name) {
}
static void collar_help(const char *name) {
printf(
"usage: \n %s collar input_mesh.extension"
"usage: \n %s collar input_mesh.extension "
"nlayers first_thickness total_thickness mach\n",
name);
printf(" --fun3d-mapbc fun3d_format.mapbc\n");
Expand Down

0 comments on commit f82e420

Please sign in to comment.