Skip to content
Snippets Groups Projects
Commit 9d7a83a4 authored by Martin Geisler's avatar Martin Geisler
Browse files

largefiles: fix indentation

parent 931dc4af
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,9 @@
entry = extensions.wrapcommand(commands.table, 'add',
overrides.override_add)
addopt = [('', 'large', None, _('add as largefile')),
('', 'lfsize', '', _('add all files above this size (in megabytes) '
'as largefiles (default: 10)'))]
('', 'lfsize', '', _('add all files above this size '
'(in megabytes) as largefiles '
'(default: 10)'))]
entry[1].extend(addopt)
entry = extensions.wrapcommand(commands.table, 'addremove',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment