aboutsummaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 512d5828..0fbd6194 100755
--- a/run.py
+++ b/run.py
@@ -8,7 +8,7 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument('--debug',
action='store_true',
- help="enable debugging interface")
+ help="enable debugging interface (note: not for everything)")
parser.add_argument('--host',
default="127.0.0.1",
help="listen on this host/IP")