[fix] Documentation typo

This commit is contained in:
opi 2016-07-21 16:51:15 +02:00 committed by Jérôme Lebleu
parent d3bc527293
commit 21376eb956

View file

@ -25,7 +25,7 @@ ynh_mysql_execute_as_root() {
# Execute a command from a file as root user
#
# usage: ynh_mysql_execute_file_as_root sql [db]
# usage: ynh_mysql_execute_file_as_root file [db]
# | arg: file - the file containing SQL commands
# | arg: db - the database to connect to
ynh_mysql_execute_file_as_root() {