Skip to content

Commit 575cd60

Browse files
ryanluooryan.luogabebear
authored
fix: remove extra space
remove extra space Co-authored-by: ryan.luo <ryan.luo@bytedance.com> Co-authored-by: Gabe Giosia <giosia@google.com>
1 parent 3ad4726 commit 575cd60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ios-deploy/ios-deploy.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,6 +2215,7 @@ int main(int argc, char *argv[]) {
22152215
{ "json", no_argument, NULL, 'j'},
22162216
{ "app_deltas", required_argument, NULL, 'A'},
22172217
{ "file_system", no_argument, NULL, 'f'},
2218+
{ "non-recursively", no_argument, NULL, 'F'},
22182219
{ NULL, 0, NULL, 0 },
22192220
};
22202221
int ch;

0 commit comments

Comments
 (0)