Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaRU committed Jan 8, 2022
1 parent f25d19f commit 6bc52cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ brew install DimaRU/formulae/xczip
```
OVERVIEW: Create xcframework zip archive for swift binary package.
USAGE: xczip <path> --date <date> [--time <time>] [--output-path <output-path>]
USAGE: xczip <path> --date <date> [--time <time>] [--output-path <output-path>] [--comment <comment>]
ARGUMENTS:
<path> Path to xcframework.
Expand All @@ -28,7 +28,8 @@ OPTIONS:
--time <time> Force compressed files modification time.
Time format must be hh:mm:ss
-o, --output-path <output-path>
Created archive path.
Path for created archive.
-c, --comment <comment> Add comment to zip file.
--version Show the version.
-h, --help Show help information.
```
```

0 comments on commit 6bc52cf

Please sign in to comment.