Skip to content

Commit

Permalink
fix:update usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
hosekpeter committed Nov 13, 2024
1 parent 5f46300 commit 4e95e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/service/cli/cmd/remote/file/download/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Flags struct {
StorageAPIToken configmap.Value[string] `configKey:"storage-api-token" configShorthand:"t" configUsage:"storage API token from your project"`
Output configmap.Value[string] `configKey:"output" configShorthand:"o" configUsage:"path to the destination file or directory"`
AllowSliced configmap.Value[bool] `configKey:"allow-sliced" configUsage:"output sliced files as a directory containing slices as individual files"`
WithOutDecompress configmap.Value[bool] `configKey:"without-decompress" configUsage:"treat the sliced files as individual files, without decompressing them."`
WithoutDecompress configmap.Value[bool] `configKey:"without-decompress" configUsage:"do not decompress the downloaded files or sliced files."`
}

func DefaultFlags() Flags {
Expand Down

0 comments on commit 4e95e67

Please sign in to comment.