Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dodeeric committed Aug 5, 2020
1 parent 74dddc6 commit 898b562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf2epubEX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ if ! [[ "$dpi" =~ $re ]] ; then
fi

if [ -z "$pdftitle" ] ; then
read -p "Title [default: None]: " title
read -p "Title [Default: None]: " title
else
read -p "Title [default: $pdftitle]: " title
read -p "Title [Default: $pdftitle]: " title
fi

if [ -z "$pdfauthor" ] ; then
Expand Down

0 comments on commit 898b562

Please sign in to comment.