You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/zipsync/src/ZipSyncCommandLineParser.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ export class ZipSyncCommandLineParser extends CommandLineParser {
83
83
parameterLongName: '--compression',
84
84
parameterShortName: '-z',
85
85
description:
86
-
'Compression strategy when packing. "deflate" attempts DEFLATE for every file (keeps only if smaller); "auto" first skips likely-compressed types before attempting; "store" disables compression.',
87
-
alternatives: ['store','deflate','auto'],
86
+
'Compression strategy when packing. "deflate" and "zlib" attempts compression for every file (keeps only if smaller); "auto" first skips likely-compressed types before attempting; "store" disables compression.',
0 commit comments