aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKostadin <40031548+K0stad1n@users.noreply.github.com>2022-05-04 06:00:05 +0200
committerGitHub <noreply@github.com>2022-05-04 00:00:05 -0400
commit51e674a2579adcdb43fa949d5d094fceef9c2037 (patch)
treec422ed4efb7174af344fcce6414feb418d7aa672 /README.md
parenta59c1590cde21e32454e39671e5c3d0ec1646f69 (diff)
downloadldid-51e674a2579adcdb43fa949d5d094fceef9c2037.tar.gz
ldid-51e674a2579adcdb43fa949d5d094fceef9c2037.tar.zst
ldid-51e674a2579adcdb43fa949d5d094fceef9c2037.zip
Added better error handling (#13)
Removes commonly encountered `_assert()` messages and replaces with easy to understand messages. Co-authored-by: Cameron Katri <me@cameronkatri.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8e66ef..9f9cda0 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,4 @@ Changes from https://git.saurik.com/ldid.git:
- Support OpenSSL 3 (@sunflsks)
- Allow p12 keys to have a password (@sunflsks)
- Add a `-arch arch_type` flag so that typing the raw CPU type is not needed
+- Proper error messages