Skip to content

Commit

Permalink
Improve description.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Feb 10, 2023
1 parent 3c6601c commit 035c020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/Squidex.CLI/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<PackageTags>Squidex HeadlessCMS</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>9.4</Version>
<Version>9.5</Version>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions cli/Squidex.CLI/Squidex.CLI/Commands/App_Sync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public sealed class InArguments : AppArguments
[Operand("folder", Description = "The target folder to synchronize.")]
public string Folder { get; set; }

[Option('t', "targets", Description = "The targets to sync, e.g. 'contents' or 'schemas'. Use 'sync targets' to view all targets.")]
[Option('t', "targets", Description = "The targets to sync, e.g. ‘sync in -t contents -t schemas. Use 'sync targets' to view all targets.")]
public string[] Targets { get; set; }

[Option("language", Description = "The content language to synchronize.")]
Expand Down Expand Up @@ -164,7 +164,7 @@ public sealed class OutArguments : AppArguments
[Operand("folder", Description = "The target folder to synchronize.")]
public string Folder { get; set; }

[Option('t', "targets", Description = "The targets to sync, e.g. 'contents' or 'schemas'. Use 'sync targets' to view all targets.")]
[Option('t', "targets", Description = "The targets to sync, e.g. ‘sync out -t contents -t schemas. Use 'sync targets' to view all targets.")]
public string[] Targets { get; set; }

[Option("describe", Description = "Create a README.md file.")]
Expand Down

0 comments on commit 035c020

Please sign in to comment.