@@ -46,11 +46,10 @@ public void HelpMessage(ChocolateyConfiguration configuration)
46
46
{
47
47
this . Log ( ) . Info ( ChocolateyLoggers . Important , "Support Command" ) ;
48
48
this . Log ( ) . Info ( @"
49
- As an open-source user of Chocolatey CLI, we are not able to
49
+ As a user of Chocolatey CLI open-source , we are unable to
50
50
provide private support. See https://chocolatey.org/support
51
51
for details.
52
52
" ) ;
53
-
54
53
}
55
54
56
55
public void DryRun ( ChocolateyConfiguration configuration )
@@ -65,23 +64,21 @@ public void Run(ChocolateyConfiguration config)
65
64
if ( config . Information . IsLicensedVersion )
66
65
{
67
66
this . Log ( ) . Warn ( @"
68
- As a licensed customer, you can access our Support Team, however ,
67
+ As a licensed customer, you can access our Support Team. However ,
69
68
it looks like the Chocolatey Licensed Extension package is not
70
- currently installed. Ensure that you run:
71
- `choco install chocolatey.extension`
72
- and run `choco support` again.
69
+ currently installed. Please run
70
+ `choco install chocolatey.extension` and run `choco support`
71
+ again.
73
72
" ) ;
74
73
}
75
74
else
76
75
{
77
76
this . Log ( ) . Info ( @"
78
77
Unfortunately, we are unable to provide private support for
79
- open-source users. However, there are a lot of avenues for open
80
- source users within the community to get the help they need.
81
-
82
- If you are an open-source user, please visit
83
- https://chocolatey.org/support for the full list of options, or
84
- https://docs.chocolatey.org for our open source documentation.
78
+ open-source users. However, there is community assistance
79
+ available. Please visit:
80
+ https://chocolatey.org/support for support options, or
81
+ https://docs.chocolatey.org for our open-source documentation.
85
82
" ) ;
86
83
}
87
84
}
0 commit comments