docs(application): no dot in desc

This commit is contained in:
Jeremy Attali 2020-01-19 16:26:14 -05:00
parent ef24851dee
commit ce42a0e5b6

View File

@ -682,7 +682,7 @@ bool application_init(struct swappy_state *state) {
.short_name = 'f',
.arg = G_OPTION_ARG_STRING,
.arg_data = &state->file_str,
.description = "Load a file at a specific path.",
.description = "Load a file at a specific path",
},
{NULL}};