tbellembois / gochimitheque

Open source chemical product management application written in Golang.
GNU General Public License v3.0
4 stars 3 forks source link

error on Import Documentation #20

Closed gallak closed 5 years ago

gallak commented 5 years ago

The command line for importing v1 data in documentation section is incorrect .

wrong : /path/to/gochimitheque -proxyurl=https://appserver.foo.fr -importfrom=/path/to/csv good : /path/to/gochimitheque -proxyurl=https://appserver.foo.fr -importv1from=/path/to/csv

tbellembois commented 5 years ago

Thanks, fixed.