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:
parent
0b7a97dc19
commit
15bdb0cdf9
2 changed files with 6 additions and 6 deletions
|
|
@ -6473,7 +6473,7 @@ def anon_handle_watch_logs(goptions, session, args):
|
|||
parser.add_option("--mine", action="store_true",
|
||||
help="Watch logs for all your tasks, task_id arguments are forbidden in "
|
||||
"this case.")
|
||||
parser.add_option("-f", "--follow", action="store_true", help="Follow spawned child tasks")
|
||||
parser.add_option("--follow", action="store_true", help="Follow spawned child tasks")
|
||||
(options, args) = parser.parse_args(args)
|
||||
|
||||
if options.mine:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue