diff options
Diffstat (limited to 'libbe/ui')
-rw-r--r-- | libbe/ui/command_line.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py index 614366d..5d4d80a 100644 --- a/libbe/ui/command_line.py +++ b/libbe/ui/command_line.py @@ -379,8 +379,7 @@ def main(): ui.setup_command(command) if command.name in [ - 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-storage', - 'serve-commands']: + 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-commands']: paginate = 'never' else: paginate = 'auto' |