summary refs log tree commit diff
path: root/contrib/experiments/test_messaging.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-21Improve help and cmdline option names for --generate-config options (#5512)Richard van der Hoff2-22/+29
* group the arguments together into a group * add new names "--generate-missing-config" and "--config-directory" for existing cmdline options "--generate-keys" and "--keys-dir", which better reflect their purposes.
2019-06-21Refactor Config pa