We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fg
tail -f
1 parent 4296ce1 commit cf07d5cCopy full SHA for cf07d5c
supervisor/supervisorctl.py
@@ -1311,6 +1311,8 @@ def do_fg(self, arg):
1311
self.handle_error('ERROR: process not running')
1312
return
1313
1314
+ self.ctl.output('==> Press Ctrl-C to exit <==')
1315
+
1316
a = None
1317
try:
1318
# this thread takes care of the output/error messages
@@ -1344,7 +1346,7 @@ def do_fg(self, arg):
1344
1346
1345
1347
def help_fg(self,args=None):
1348
self.ctl.output('fg <process>\tConnect to a process in foreground mode')
- self.ctl.output('Press Ctrl+C to exit foreground')
1349
+ self.ctl.output("\t\tCtrl-C to exit")
1350
1351
1352
def main(args=None, options=None):
0 commit comments