Fix typo: uplodating to uploading

Change-Id: I451b21c43147ea73a68676f537cb24919f25e13c
Closes-Bug: 1401363
This commit is contained in:
KATO Tomoyuki 2014-12-11 12:01:49 +09:00
parent dbc0080f10
commit f86b4d6e6d

View File

@ -201,7 +201,7 @@ log_file = trove-guestagent.log</programlisting>
</para>
<screen><prompt>#</prompt><userinput>trove-manage db_load_datastore_config_parameters <replaceable>datastore_name</replaceable> <replaceable>version_name</replaceable> \
<replaceable>/etc/<replaceable>datastore_name</replaceable>/validation-rules.json</replaceable></userinput></screen>
<para>Example for uplodating rules for MySQL datastore:</para>
<para>Example for uploading rules for MySQL datastore:</para>
<screen><prompt>#</prompt> <userinput>trove-manage db_load_datastore_config_parameters \
mysql 5.5 "$PYBASEDIR"/trove/templates/mysql/validation-rules.json
</userinput></screen>