From 328ec459045deae8e0c83cfeb741374f6935895f Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Thu, 19 May 2016 13:31:17 +0200
Subject: [PATCH] [worker] Fix script cmdline declaration

---
 beat/web/scripts/worker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/web/scripts/worker.py b/beat/web/scripts/worker.py
index 633284598..2ebb9c71a 100644
--- a/beat/web/scripts/worker.py
+++ b/beat/web/scripts/worker.py
@@ -31,7 +31,7 @@ Starts the worker process.
 
 Usage:
   %(prog)s [-v ... | --verbose ...] [--settings=<file>] [--period=<seconds>]
-  %(prog)s [--cpulimit=<file>] [--environments=<path>] [--name=<name>]
+           [--cpulimit=<file>] [--environments=<path>] [--name=<name>]
   %(prog)s (-h | --help)
   %(prog)s (-V | --version)
 
-- 
GitLab