Merge pull request #218 from idf-archive/master

fix typo
This commit is contained in:
Chris Lane 2015-06-18 17:59:13 -04:00
commit 55e7181d87
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
wget http://path.to.the/file
# To download a file and change its name
wget http://path.to.the/file -o newname
wget http://path.to.the/file -O newname
# To download a file into a directory
wget -P path/to/directory http://path.to.the/file