Skip to content

Commit

Permalink
Revert "Add --io as a valid option" not needed I guess?
Browse files Browse the repository at this point in the history
This reverts commit 17766c4.
  • Loading branch information
scottchiefbaker committed Sep 19, 2024
1 parent 8de8e35 commit e42e8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dool
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Options:
self.netlist = arg.split(',')
elif opt in ['-p']:
self.plugins.append('proc')
elif opt in ['-r', '--io']:
elif opt in ['-r']:
self.plugins.append('io')
elif opt in ['-s']:
self.plugins.append('swap')
Expand Down

0 comments on commit e42e8c7

Please sign in to comment.