chrisz / pyhusmow

Control your Husqvarna automower
GNU General Public License v3.0
59 stars 29 forks source link

Correct use of --save command line option #5

Closed iotnl closed 7 years ago

iotnl commented 7 years ago

Note on https://github.com/chrisz/pyhusmow/blob/master/README.md.. The 'Save configuration in configuration file' section currently reads:

"To save information, just type your command with all information and add the option --save to command line:

python husmow.py --login yourmaillogin --password yourpassword --log-level INFO control PARK

And the next time you run the command, you can omit these information from the command line:

python husmow.py control PARK"

I assume you meant to write '--save' in the top command line instead of 'INFO'? Otherwise the config wouldn't be saved ;-).

chrisz commented 7 years ago

You are right :-). I just fix the doc. Thanks.