From 56996384f9088dd5f5ab5365abac8ba27d23d36f Mon Sep 17 00:00:00 2001 From: Diogo Alexsander Cavilha Date: Thu, 22 Jul 2021 11:45:27 -0300 Subject: [PATCH] docs: Fix help text --- help.sh | 4 ++-- version.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/help.sh b/help.sh index e213efa..12f6c8c 100644 --- a/help.sh +++ b/help.sh @@ -20,8 +20,8 @@ echo " Fancy Git v$FANCYGIT_VERSION - $fg_current_year by Diogo Alexsander Cavil fancygit configure-fonts Install font in order to render icons properly. (only for colored styles). fancygit --colors Show color scheme to use on git management process, like on \"git status\" command. fancygit --colors-set Apply the color scheme. - fancygit --full-path-disable Fancygit will show only the the directory name you are working on. Not the entire path. - fancygit --full-path-enable Fancygit will show the entire path. + fancygit --enable-full-path Fancygit will show the entire path. + fancygit --disable-full-path Fancygit will show only the the directory name you are working on. Not the entire path. fancygit --enable-show-time Fancygit will show current time fancygit --disable-show-time Fancygit will not show current time fancygit --config-list Show fancygit config. diff --git a/version.sh b/version.sh index a57697b..cf27d8d 100644 --- a/version.sh +++ b/version.sh @@ -3,4 +3,4 @@ # Author: Diogo Alexsander Cavilha # Date: 11.17.2017 -FANCYGIT_VERSION="6.4.7" +FANCYGIT_VERSION="6.4.8"