Skip to content

Commit e42e8c7

Browse files
Revert "Add --io as a valid option" not needed I guess?
This reverts commit 17766c4.
1 parent 8de8e35 commit e42e8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Options:
201201
self.netlist = arg.split(',')
202202
elif opt in ['-p']:
203203
self.plugins.append('proc')
204-
elif opt in ['-r', '--io']:
204+
elif opt in ['-r']:
205205
self.plugins.append('io')
206206
elif opt in ['-s']:
207207
self.plugins.append('swap')

0 commit comments

Comments
 (0)