Skip to content

applies GNU long option convention

Cristian Lalescu requested to merge (removed):main into main

As per https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html, POSIX recommends options with a single dash, and GNU recommends that long options use double dashes for clarity.

mmdPublish.py used the GNU convention, but the other scripts did not. This commit updates mmd2bagit, mmdCreate and mmdShow to use the GNU convention as well.

Merge request reports