From 5995718f0a60b58da9f3afa778a96daba95f4305 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sat, 22 Sep 2018 09:45:56 -0400 Subject: Add better explanation of state information --- dotfiles/cli.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dotfiles/cli.py b/dotfiles/cli.py index ffcbdbf..a24e38d 100644 --- a/dotfiles/cli.py +++ b/dotfiles/cli.py @@ -113,7 +113,18 @@ def status(repos, all, color): Legend: - ?: missing !: conflict E: error""" + ?: missing !: conflict E: error + + Meaning: + + * Missing: A dotfile in the repository is not present in your home + directory. + + * Conflict: A dotfile in the repository is different from the file + in your home directory. + + * Error: A dotfile expected in the repository is not present. You + should never see this.""" state_info = { 'error': {'char': 'E', 'color': None}, -- cgit v1.2.3