diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-09 12:44:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 12:44:37 +0100 |
commit | 5a709630bf5bfd138d94807bfb6d9482fcee69ff (patch) | |
tree | a3121bd93f18ca8d7590dec69d6454c3e4c732f3 /changelog.d | |
parent | Make it clearer to the user that they haven't overridden onLogin/Register (#7... (diff) | |
download | synapse-5a709630bf5bfd138d94807bfb6d9482fcee69ff.tar.xz |
Fix --help commandline argument (#7249)
I don't really remember why this was so complicated; I think it dates back to the time when we had to instantiate the Config classes before we could call `add_arguments` - ie before #5597. In any case, I don't think there's a good reason for it any more, and the impact of it being complicated is that `--help` doesn't work correctly.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7249.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7249.bugfix b/changelog.d/7249.bugfix new file mode 100644 index 0000000000..6ae700d365 --- /dev/null +++ b/changelog.d/7249.bugfix @@ -0,0 +1 @@ +Fix --help command-line argument. |