Skip to content

Commit b0eb738

Browse files
authored
fix: zoom command (#520)
The command parser expects `zoomtouch` as the command, but in code we check for `zoom`
1 parent 72a4560 commit b0eb738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Usage:
127127
ios resetlocation [options]
128128
ios assistivetouch (enable | disable | toggle | get) [--force] [options]
129129
ios voiceover (enable | disable | toggle | get) [--force] [options]
130-
ios zoomtouch (enable | disable | toggle | get) [--force] [options]
130+
ios zoom (enable | disable | toggle | get) [--force] [options]
131131
ios diskspace [options]
132132
ios batterycheck [options]
133133
ios batteryregistry [options]

0 commit comments

Comments
 (0)