From 3ee35bda7e94db9b5c0e5359ccbcf3e981825a33 Mon Sep 17 00:00:00 2001 From: Samuel Cooper Date: Sun, 15 Apr 2018 20:54:39 +0200 Subject: [PATCH] Update help page for script --- wrapper | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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"