mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-22 08:07:14 +00:00
Bring consistency to management commands
This commit is contained in:
parent
9b97fbc0ae
commit
7754b490fa
1 changed files with 2 additions and 2 deletions
4
bw-dev
4
bw-dev
|
@ -123,7 +123,7 @@ case "$CMD" in
|
|||
populate_streams)
|
||||
runweb python manage.py populate_streams
|
||||
;;
|
||||
generateimages)
|
||||
generate_thumbnails)
|
||||
runweb python manage.py generateimages
|
||||
;;
|
||||
generate_preview_images)
|
||||
|
@ -171,7 +171,7 @@ case "$CMD" in
|
|||
echo " black"
|
||||
echo " populate_streams"
|
||||
echo " generate_preview_images [--all]"
|
||||
echo " generateimages"
|
||||
echo " generate_thumbnails"
|
||||
echo " copy_media_to_s3"
|
||||
echo " set_cors_to_s3 [cors file]"
|
||||
echo " runweb [command]"
|
||||
|
|
Loading…
Reference in a new issue