mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Documentation typo
This commit is contained in:
parent
d3bc527293
commit
21376eb956
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ynh_mysql_execute_as_root() {
|
||||||
|
|
||||||
# Execute a command from a file as root user
|
# 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: file - the file containing SQL commands
|
||||||
# | arg: db - the database to connect to
|
# | arg: db - the database to connect to
|
||||||
ynh_mysql_execute_file_as_root() {
|
ynh_mysql_execute_file_as_root() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue