Преглед изворни кода

package/postgresql: fix minor typo

pgsql as a tool does not exist, it's called psql

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Pascal de Bruijn пре 5 година
родитељ
комит
d79bab065e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package/postgresql/Config.in

+ 1 - 1
package/postgresql/Config.in

@@ -11,7 +11,7 @@ config BR2_PACKAGE_POSTGRESQL
 	  database system.
 	  database system.
 
 
 	  Enable the readline package to gain readline support in
 	  Enable the readline package to gain readline support in
-	  pgsql (the command line interpreter), which offers
+	  psql (the command line interpreter), which offers
 	  command history and edit functions.
 	  command history and edit functions.
 
 
 	  Enable the zlib package to gain builtin compression for
 	  Enable the zlib package to gain builtin compression for