aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-05-22 09:00:08 +0600
committerSergey M <dstftw@gmail.com>2016-05-22 09:00:08 +0600
commit4f3a25c2b413977bf0ea6f7bd16d3d20259470bb (patch)
treed2eb336b819b0b1ed33d4463eda25993a87f6d8a /README.md
parent21a19aa94d7a650d90ab258bd277a8648378c135 (diff)
downloadyoutube-dl-4f3a25c2b413977bf0ea6f7bd16d3d20259470bb.zip
youtube-dl-4f3a25c2b413977bf0ea6f7bd16d3d20259470bb.tar.gz
youtube-dl-4f3a25c2b413977bf0ea6f7bd16d3d20259470bb.tar.bz2
[README.md] Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96cefb5..759d2bb 100644
--- a/README.md
+++ b/README.md
@@ -433,7 +433,7 @@ You can use `--ignore-config` if you want to disable the configuration file for
### Authentication with `.netrc` file
-You may also want to configure automatic credentials storage for extractors that support authentication (by providing login and password with `--username` and `--password`) in order not to pass credentials as command line arguments on every youtube-dl execution and prevent tracking plain text passwords in the shell command history. You can achieve this using a [`.netrc` file](http://stackoverflow.com/tags/.netrc/info) on per extractor basis. For that you will need to create a`.netrc` file in your `$HOME` and restrict permissions to read/write by you only:
+You may also want to configure automatic credentials storage for extractors that support authentication (by providing login and password with `--username` and `--password`) in order not to pass credentials as command line arguments on every youtube-dl execution and prevent tracking plain text passwords in the shell command history. You can achieve this using a [`.netrc` file](http://stackoverflow.com/tags/.netrc/info) on per extractor basis. For that you will need to create a `.netrc` file in your `$HOME` and restrict permissions to read/write by you only:
```
touch $HOME/.netrc
chmod a-rwx,u+rw $HOME/.netrc