From 21376eb956ddd2789476064311bd56083c1f4902 Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 21 Jul 2016 16:51:15 +0200 Subject: [PATCH] [fix] Documentation typo --- data/helpers.d/mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/helpers.d/mysql b/data/helpers.d/mysql index d4b655aa7..dda441dc3 100644 --- a/data/helpers.d/mysql +++ b/data/helpers.d/mysql @@ -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() {