Skip to content

Commit 035c020

Browse files
Improve description.
1 parent 3c6601c commit 035c020

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/Squidex.CLI/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<PackageTags>Squidex HeadlessCMS</PackageTags>
1616
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1717
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
18-
<Version>9.4</Version>
18+
<Version>9.5</Version>
1919
</PropertyGroup>
2020
</Project>

cli/Squidex.CLI/Squidex.CLI/Commands/App_Sync.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public sealed class InArguments : AppArguments
111111
[Operand("folder", Description = "The target folder to synchronize.")]
112112
public string Folder { get; set; }
113113

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

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

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

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

0 commit comments

Comments
 (0)