Better wording of config file comment
This commit is contained in:
parent
ed14e1a562
commit
91034c3d7e
2
config
2
config
|
@ -317,7 +317,7 @@ scrot_name="fetch-%Y-%m-%d-%H:%M.png"
|
||||||
# Config Options {{{
|
# Config Options {{{
|
||||||
|
|
||||||
|
|
||||||
# Path to config file
|
# Path to custom config file location
|
||||||
# --config path/to/config
|
# --config path/to/config
|
||||||
config_file="$HOME/.config/fetch/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 {{{
|
# Config Options {{{
|
||||||
|
|
||||||
|
|
||||||
# Path to config file
|
# Path to custom config file location
|
||||||
# --config path/to/config
|
# --config path/to/config
|
||||||
config_file="$HOME/.config/fetch/config"
|
config_file="$HOME/.config/fetch/config"
|
||||||
|
|
||||||
|
|
Reference in New Issue