Skip to content

Commit d3cfa17

Browse files
committed
BK-2085 Remove redundant command
1 parent 541e96e commit d3cfa17

4 files changed

Lines changed: 1 addition & 67 deletions

File tree

lib/booktype/apps/importer/management/__init__.py

Whitespace-only changes.

lib/booktype/apps/importer/management/commands/__init__.py

Whitespace-only changes.

lib/booktype/apps/importer/management/commands/bookimport.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

lib/booktype/apps/loadsave/management/commands/booksave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def add_arguments(self, parser):
3434
action='store',
3535
dest='output_name',
3636
default=None,
37-
help='Output filename or -- for STDOUT, e.g. my_book.zip.')
37+
help='Output filename or -- for STDOUT, e.g. my_book.epub.')
3838

3939
def handle(self, *args, **options):
4040
book_name = options['<book name>'][0]

0 commit comments

Comments
 (0)