diff options
| author | Michael Stapelberg | 2012-03-11 14:47:58 +0100 | 
|---|---|---|
| committer | Michael Stapelberg | 2012-03-11 14:47:58 +0100 | 
| commit | 188e5873be5e9c590988f9299653df5f52d44355 (patch) | |
| tree | 1f9f64c3ffb79b248c15ce3f4dd780b7a8b5568d | |
| parent | add a section to the manpage explaining why we don’t want RAM usage etc. (diff) | |
Fix configuration paths in error message
| -rw-r--r-- | i3status.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -164,8 +164,8 @@ static char *get_config_path() {          free(buf);          die("Unable to find the configuration file (looked at " -                "~/.i3status/config, $XDG_CONFIG_HOME/i3status/config, " -                "/etc/i3status/config and $XDG_CONFIG_DIRS/i3status/config)"); +                "~/.i3status.conf, $XDG_CONFIG_HOME/i3status/config, " +                "/etc/i3status.conf and $XDG_CONFIG_DIRS/i3status/config)");          return NULL;  } | 
