Skip to content

Commit

Permalink
Added depcrecated warning about --no-github parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Jan 31, 2021
1 parent f16790c commit 1f27a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpgit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ while true ; do
;;
# DEPRECATED: use '--github false' or git config 'gpgit.github false'
-n|--no-github)
INTERACTIVE=false warning "Parameter '--no-github' is deprecated. Please use '--github false' instead."
GITHUB="false"
;;
-f|--force)
Expand Down

0 comments on commit 1f27a30

Please sign in to comment.