Revert "short option for watch-logs --follow"

This reverts commit 0b7a97dc19.

It was not pushed via correct PR merge. Same commit will follow with
correct workflow.
This commit is contained in:
Tomas Kopecek 2023-10-23 14:09:39 +02:00
parent 0b7a97dc19
commit 15bdb0cdf9
2 changed files with 6 additions and 6 deletions

View file

@ -28,11 +28,11 @@ class TestWatchLogs(utils.CliTestCase):
(Specify the --help global option for a list of other help options)
Options:
-h, --help show this help message and exit
--log=LOG Watch only a specific log
--mine Watch logs for all your tasks, task_id arguments are forbidden
in this case.
-f, --follow Follow spawned child tasks
-h, --help show this help message and exit
--log=LOG Watch only a specific log
--mine Watch logs for all your tasks, task_id arguments are forbidden
in this case.
--follow Follow spawned child tasks
""" % self.progname)
def test_watch_task_mine_and_task_id(self):