lib/geordi/commands/drop_databases.rb in geordi-3.2.0 vs lib/geordi/commands/drop_databases.rb in geordi-4.0.0
- old
+ new
@@ -5,15 +5,9 @@
Check both MySQL/MariaDB and Postgres on the machine running geordi for databases
and offer to delete them. Excluded are databases that are whitelisted. This comes
in handy when you're keeping your currently active projects in the whitelist files
and perform regular housekeeping with Geordi.
-When called with `-P` or `-M` options, only handles Postgres resp. MySQL/MariaDB.
-
-When called with `--postgres <port or local socket>` or `--mysql <port or local socket>`,
-will instruct the underlying management commands to use those connection methods
-instead of the defaults. This is useful when running multiple installations.
-
Geordi will ask for confirmation before actually dropping databases and will
offer to edit the whitelist instead.
LONGDESC
option :postgres_only, aliases: '-P', type: :boolean,