提交 47a0fece 编写于 作者: N nicolargo

Correct an issue to split the command line path and arguments

上级 462f8c0b
......@@ -326,7 +326,7 @@ class Plugin(GlancesPlugin):
msg = self.layout_stat['command'].format(cmd)
ret.append(self.curse_add_line(msg, decoration='PROCESS', splittable=True))
if arguments:
msg = self.layout_stat['command'].format(arguments)
msg = ' ' + self.layout_stat['command'].format(arguments)
ret.append(self.curse_add_line(msg, splittable=True))
else:
msg = self.layout_stat['command'].format(p['name'])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册