From 91034c3d7e7fc44a7d44e4257ae2bcb6124029b1 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 30 Jan 2016 11:09:36 +1100 Subject: [PATCH] Better wording of config file comment --- config | 2 +- fetch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 1b7f45d6..ab0496d8 100644 --- a/config +++ b/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" diff --git a/fetch b/fetch index bd60a749..30f39196 100755 --- a/fetch +++ b/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"