fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1008d03
)
fix help
author
Jan Szejko
<janek37@gmail.com>
Thu, 7 Jun 2018 16:07:52 +0000
(18:07 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Thu, 7 Jun 2018 16:07:52 +0000
(18:07 +0200)
apps/catalogue/management/commands/publish.py
patch
|
blob
|
history
diff --git
a/apps/catalogue/management/commands/publish.py
b/apps/catalogue/management/commands/publish.py
index
2407ae6
..
42deac4
100644
(file)
--- a/
apps/catalogue/management/commands/publish.py
+++ b/
apps/catalogue/management/commands/publish.py
@@
-9,7
+9,7
@@
from catalogue.models import Book
class Command(BaseCommand):
class Command(BaseCommand):
- help = '
Exports a lesson in WL1 XML
'
+ help = '
Publish lessons based on slugs in stdin
'
option_list = BaseCommand.option_list + (
# make_option('-q', '--quiet', action='store_false', dest='verbose',
# default=True, help='Less output'),
option_list = BaseCommand.option_list + (
# make_option('-q', '--quiet', action='store_false', dest='verbose',
# default=True, help='Less output'),