Navigation Menu

Skip to content

Commit

Permalink
Improve message order
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 10, 2015
1 parent 8fd4cce commit 9afe6bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mroonga.rb
Expand Up @@ -70,12 +70,6 @@ def test

def caveats
<<-EOS.undent
To install Mroonga plugin, run the following command:
mysql -uroot < '#{install_sql_path}'
To uninstall Mroonga plugin, run the following command:
mysql -uroot < '#{uninstall_sql_path}'
To confirm successfuly installed, run the following command
and confirm that 'Mroonga' is in the list:
Expand All @@ -87,6 +81,12 @@ def caveats
| Mroonga | ACTIVE | STORAGE ENGINE | ha_mroonga.so | GPL |
+---------+--------+----------------+---------------+---------+
XX rows in set (0.00 sec)
To install Mroonga plugin manually, run the following command:
mysql -uroot < '#{install_sql_path}'
To uninstall Mroonga plugin, run the following command:
mysql -uroot < '#{uninstall_sql_path}'
EOS
end

Expand Down

0 comments on commit 9afe6bd

Please sign in to comment.