mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
fix(select): fix separator option
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
c40a57a8d4
commit
19953aadd5
1 changed files with 0 additions and 1 deletions
|
|
@ -417,7 +417,6 @@ def parse_arguments(): # pylint: disable=too-many-branches,too-many-statements
|
|||
dest='sep',
|
||||
type=str,
|
||||
default=',',
|
||||
nargs=1,
|
||||
metavar='SEP',
|
||||
help='Separator for the output. (default: %(default)r)',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue