INSTALL file some incorrect command examples
Status: Beta
Brought to you by:
i112syw1
example:
> mysql -u <root-user> -p < tables-mysql.sql
> mysql -u <root-user> -p < data-mysql.sql
should read:
> mysql -u <root-user> -p your-database < tables-mysql.sql
> mysql -u <root-user> -p your-database < data-mysql.sql
and
> tar cvzf /<path-to-file>/myphpPagetool.tar.gz
should read:
> tar xvzf /<path-to-file>/myphpPagetool.tar.gz
It's corrected in the CVS Tree!