Skip to content

Commit

Permalink
docs: Fix help text
Browse files Browse the repository at this point in the history
  • Loading branch information
diogocavilha committed Jul 22, 2021
1 parent 2f629d9 commit 5699638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Author: Diogo Alexsander Cavilha <diogocavilha@gmail.com>
# Date: 11.17.2017

FANCYGIT_VERSION="6.4.7"
FANCYGIT_VERSION="6.4.8"

0 comments on commit 5699638

Please sign in to comment.