Commit 7b198eb4 authored by Marc Durdin's avatar Marc Durdin
Browse files

fix(developer): repeated options in kmc must now be fully specified

Fixes #10396.

Instead of `--message 20ae 5006`, which is ambiguous, because 5006 could
be a filename, you must now specify the parameter option flag each time:
`--message 20ae --message 5006` (or `-m 20ae -m 5006`).
parent 18ca8905
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment