treewide: Capitalize submenus

Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz
2019-07-23 10:35:03 -03:00
committed by Yousong Zhou
parent 36649eef43
commit 2593eabd6b
23 changed files with 28 additions and 28 deletions

View File

@@ -33,7 +33,7 @@ define Package/libpq
DEPENDS:=+libpthread
TITLE:=PostgreSQL client library
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
endef
define Package/libpq/description
@@ -46,7 +46,7 @@ define Package/pgsql-cli
DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
endef
define Package/pgsql-cli/description
@@ -59,7 +59,7 @@ define Package/pgsql-cli-extra
DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib
TITLE:=Command Line extras for PostgreSQL databases
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
endef
define Package/pgsql-cli-extra/description
@@ -72,7 +72,7 @@ define Package/pgsql-server
DEPENDS:=+pgsql-cli
TITLE:=PostgreSQL databases Server
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
USERID:=postgres=5432:postgres=5432
endef