From 3e568de6a13101b7a29e36e237ea86249c9a3ae3 Mon Sep 17 00:00:00 2001 From: ced <> Date: Thu, 20 Sep 2007 08:48:56 +0000 Subject: [PATCH] Fix typo bzr revid: ced-3c74c801fdf20f8646ec4eac8d094d63f3a518f0 --- doc/INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL b/doc/INSTALL index c709e310d9f..bb47d6cf650 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -55,7 +55,7 @@ You can find pyparsing at http://pyparsing.sourceforge.net/ 1. Check that all the required dependencies are installed. -2. Launch the program "python ./bin/tinyerp_server.py -r db_user -w db_password -db_host 127.0.0.1". +2. Launch the program "python ./bin/tinyerp-server.py -r db_user -w db_password --db_host 127.0.0.1". See the man page for more information about options. 3. Connect to the server using the GUI client. And follow the instructions to create a new database.