diff --git a/wrapper b/wrapper index 751c11c..f5d78db 100755 --- a/wrapper +++ b/wrapper @@ -6,15 +6,20 @@ print_usage() { echo "$SCRIPT_NAME [OPTIONS] COMMAND [ARGS...]" echo echo "Options:" - echo " -d Detach from container after action. Ignored except for: bundle, exec, migrate, start" + echo " -d Detach from container after action. Ignored except for:" + echo " bundle, exec, migrate, start" echo echo "Commands:" echo " build Build diaspora:dev-latest. Rebuild if exists" echo " bundle Install gems into the linked source folder using bundle" - echo " clean Delete all diaspora*-related containers and volumes including database" - echo " config Creates diaspora.yml and database.yml and configures for use with PostgreSQL" - echo " exec Execute ARGS in the project folder inside the running diaspora* container, or, if none is running, use a new one" + echo " clean Delete all diaspora*-related containers and volumes" + echo " including database" + echo " config Creates diaspora.yml and database.yml and configures for use" + echo " with PostgreSQL" + echo " exec Execute ARGS in the project folder inside the running" + echo " diaspora* container, or, if none is running, use a new one" echo " migrate Execute pending migrations (incl. database setup)" + echo " restart Fast restart using bin/eye" echo " rspec Run all tests, or ARGS as filenames if given" echo " setup Alias for, in that order: build, config, bundle, migrate" echo " start Start diaspora* incl. database"