Fix a minor error in the mdb-json man page (#427)

This commit is contained in:
Akkana Peck
2024-02-17 11:18:12 -07:00
committed by GitHub
parent bb83142d47
commit 7e057e3197

View File

@@ -9,7 +9,7 @@ SYNOPSIS
DESCRIPTION
mdb-json is a utility program distributed with MDB Tools.
It produces a CSV (comma separated value) output for the given table. Such output is suitable for importation into databases or spreadsheets.
It produces JSON output for the given table. Such output is suitable for parsing in a variety of languages.
OPTIONS
-D, --date-format fmt Set the date format (see strftime(3) for details).