diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-09 00:50:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-09 00:50:15 +0200 |
| commit | 96df457fb1108bad22ee978b94f00b53b7d639bf (patch) | |
| tree | 247d5f1482ff5c864c8ca3b75800ac9b3bec64da | |
| parent | 9e4f7a77a38cce18585feb9ff8b73ff473713eec (diff) | |
Fix help.
| -rw-r--r-- | src/lib/map_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/map_cli.cc b/src/lib/map_cli.cc index 149e09fbc..20d5ce6af 100644 --- a/src/lib/map_cli.cc +++ b/src/lib/map_cli.cc @@ -63,7 +63,7 @@ help(std::function<void (string)> out) out(" -s, --soft-link using soft links instead of copying"); out(" -d, --assets-dir look in this directory for assets (can be given more than once)"); out(" -r, --rename rename all files to <uuid>.<mxf|xml>"); - out(" --config <dir> directory containing config.xml and cinemas.xml"); + out(" --config <dir> directory containing config.xml and cinemas.sqlite3"); } |
