[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-34-g4ef6d4cca
git at osgeo.org
git at osgeo.org
Thu Aug 4 23:01:13 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 4ef6d4ccac88c06c4e5731c9c9596a26d35a848d (commit)
from bfcf1fe960f4be78bd958933b7d2c66e35d8e660 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4ef6d4ccac88c06c4e5731c9c9596a26d35a848d
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Aug 5 08:01:01 2022 +0200
Improve user help for postgis command
diff --git a/loader/postgis.pl b/loader/postgis.pl
index 5ef24574d..22794ac67 100644
--- a/loader/postgis.pl
+++ b/loader/postgis.pl
@@ -16,9 +16,9 @@ sub usage
print qq{Usage: $0 <command> [<args>]
Commands:
help print this message and exits
- enable <database> enable postgis in given database
- upgrade <database> enable postgis in given database
- status <database> prints postgis status in given database
+ enable <database> enable PostGIS in given database
+ upgrade <database> upgrade PostGIS in given database
+ status <database> print PostGIS status in given database
};
}
-----------------------------------------------------------------------
Summary of changes:
loader/postgis.pl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list