summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--README.md6
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index c4ed95a..2c15230 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,7 @@ EXTRA_DIST = \
DISTCHECK_CONFIGURE_FLAGS =
dist-hook:
+ @if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
echo $(VERSION) > $(distdir)/.tarball-version
indent:
diff --git a/README.md b/README.md
index ca2946d..f11d071 100644
--- a/README.md
+++ b/README.md
@@ -54,9 +54,9 @@ sudo make install
## Usage
-To query the activation status of a device use:
+To query the activation state of a device use:
```shell
-ideviceactivation status
+ideviceactivation state
```
To activate a device use:
@@ -118,4 +118,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
This project is an independent software library and has not been authorized,
sponsored, or otherwise approved by Apple Inc.
-README Updated on: 2022-04-04
+README Updated on: 2024-05-29