From ca612520c13bd1cabbaa35f711baaee3b8e2c4e5 Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 30 Apr 2013 14:21:42 +0200 Subject: [PATCH] Typo fix --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 98f1cef..4323f81 100644 --- a/Usage.md +++ b/Usage.md @@ -1055,7 +1055,7 @@ Note that on PostgreSQL you have to provide `public` or the name of a system dat ### Enumerate database management system schema -Switche: `--schema` and `--exclude-sysdbs` +Switches: `--schema` and `--exclude-sysdbs` User can retrieve a DBMS schema by using this switch. Schema listing will contain all databases, tables and columns, together with their respective types. In combination with `--exclude-sysdbs` only part of the schema containing non-system databases will be retrieved and shown.