Better wording of config file comment
This commit is contained in:
parent
ed14e1a562
commit
91034c3d7e
2 changed files with 2 additions and 2 deletions
2
config
2
config
|
@ -317,7 +317,7 @@ scrot_name="fetch-%Y-%m-%d-%H:%M.png"
|
|||
# Config Options {{{
|
||||
|
||||
|
||||
# Path to config file
|
||||
# Path to custom config file location
|
||||
# --config path/to/config
|
||||
config_file="$HOME/.config/fetch/config"
|
||||
|
||||
|
|
2
fetch
2
fetch
|
@ -334,7 +334,7 @@ scrot_name="fetch-%Y-%m-%d-%H:%M.png"
|
|||
# Config Options {{{
|
||||
|
||||
|
||||
# Path to config file
|
||||
# Path to custom config file location
|
||||
# --config path/to/config
|
||||
config_file="$HOME/.config/fetch/config"
|
||||
|
||||
|
|
Loading…
Reference in a new issue