diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2017-12-18 22:49:25 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2017-12-18 22:49:25 +0100 |
commit | d9b5426e8000e57437eaa6aff843158d38a7fe92 (patch) | |
tree | 1d4f594edd8692c62ad7bafbb4dda1580cb9cf4e | |
parent | e78c4812500a0512b322dec9414e49a97e475c5c (diff) | |
download | ranger-d9b5426e8000e57437eaa6aff843158d38a7fe92.tar.gz |
README: Enumerate some of the possible --copy-config arguments
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 2f7477c3..3d78216c 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=WHICH_CONFIG_FILE`. See `ranger --help` for a -description of that switch. Also check `ranger/config/` for the default -configuration. +if you run it with the switch `--copy-config=( rc | scope | ... | all )`. +See `ranger --help` for a description of that switch. Also check +`ranger/config/` for the default configuration. |