diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2017-12-17 18:41:29 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2017-12-17 18:41:29 +0100 |
commit | e78c4812500a0512b322dec9414e49a97e475c5c (patch) | |
tree | 80c3510abb0a07dc0190100ee510a955103c5ba7 | |
parent | 095dbfbce75a05ceb5e2aaf83637576fbbc9f0b9 (diff) | |
download | ranger-e78c4812500a0512b322dec9414e49a97e475c5c.tar.gz |
README: Make it clear that --copy-config takes an argument
Closes #1002.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2e52a310..2f7477c3 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,6 @@ current file. The second is the main column and the first shows the parent directory. Ranger can automatically copy default configuration files to `~/.config/ranger` -if you run it with the switch `--copy-config`. See `ranger --help` for a +if you run it with the switch `--copy-config=WHICH_CONFIG_FILE`. See `ranger --help` for a description of that switch. Also check `ranger/config/` for the default configuration. |