Skip to content

Commit

Permalink
Update showmats.c (add flag to usage statement)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbaker22 committed Aug 15, 2023
1 parent 4cfe299 commit 933ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libged/showmats/showmats.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ int
ged_showmats_core(struct ged *gedp, int argc, const char *argv[])
{
int aflag = 0;
static const char *usage = "path";
static const char *usage = "[-a] path";

GED_CHECK_DATABASE_OPEN(gedp, BRLCAD_ERROR);
GED_CHECK_ARGC_GT_0(gedp, argc, BRLCAD_ERROR);
Expand Down

0 comments on commit 933ec93

Please sign in to comment.