diff options
-rw-r--r-- | src/core/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/commands.py b/src/core/commands.py index 6bd7bcb9..c0de8a03 100644 --- a/src/core/commands.py +++ b/src/core/commands.py @@ -536,7 +536,7 @@ def command_remove_bookmark(self, args): else: self.information(_('No bookmark to remove'), 'Info') -@command_args_parser.quoted(0, 2) +@command_args_parser.quoted(0, 3) def command_set(self, args): """ /set [module|][section] <option> [value] |