summary refs log tree commit diff
path: root/debian/synctl.1
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2021-02-26 19:30:54 +0100
committerGitHub <noreply@github.com>2021-02-26 18:30:54 +0000
commite12077a78afb8f0e7931a0930aebe5081023d5f9 (patch)
treef8b89e4e125cfdff4e92845408b65588a8690a21 /debian/synctl.1
parentAdd support for no_proxy and case insensitive env variables (#9372) (diff)
downloadsynapse-e12077a78afb8f0e7931a0930aebe5081023d5f9.tar.xz
Allow bytecode again (#9502)
In #75, bytecode was disabled (from a bit of FUD back in `python<2.4` days, according to dev chat), I think it's safe enough to enable it again.

Added in `__pycache__/` and `.pyc`/`.pyd` to `.gitignore`, to extra-insure compiled files don't get committed.

`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
Diffstat (limited to 'debian/synctl.1')
-rw-r--r--debian/synctl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/synctl.1 b/debian/synctl.1
index 437f8f9e0e..af58c8d224 100644
--- a/debian/synctl.1
+++ b/debian/synctl.1
@@ -44,7 +44,7 @@ Configuration file may be generated as follows:
 .
 .nf
 
-$ python \-B \-m synapse\.app\.homeserver \-c config\.yaml \-\-generate\-config \-\-server\-name=<server name>
+$ python \-m synapse\.app\.homeserver \-c config\.yaml \-\-generate\-config \-\-server\-name=<server name>
 .
 .fi
 .