Skip to content

Commit

Permalink
Clarified instructions further
Browse files Browse the repository at this point in the history
  • Loading branch information
shombando committed Nov 17, 2022
1 parent 29ff954 commit 565b81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyoxidizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ deleteNotation()
fingerPrint=`cat keyoxidizer.fingerprint`
removeNotation="-$1"

echo -e "A more user-friendly version is being investigated, until then in the gpg prompt that pops up:\n
echo -e "A more user-friendly version is being investigated, until then in the gpg prompt that pops up (CRTL+C to abort):\n
1. type 'notation' and press enter \n
2. paste the following and press enter: $removeNotation\n
3. agree to delete and enter password to confirm \n
Expand All @@ -389,7 +389,7 @@ deleteProof()
else
notation=${proofs[(($keyoxidizer_response-1))]} #1 indexed menus
echo -e "You selected: \n$keyoxidizer_response. $notation"
read -p "Enter \"yes\" to delete the proof, 'q' to abort: " keyoxidizer_response
read -p "Enter \"yes\" to delete the proof and then follow the instructions displayed, 'q' to abort: " keyoxidizer_response
if [ "$keyoxidizer_response" == "yes" ]; then
deleteNotation $notation
else
Expand Down

0 comments on commit 565b81c

Please sign in to comment.