solidfire / PowerShell

Collection of scripts, functions, and examples using the SolidFire Tools for PowerShell
MIT License
27 stars 20 forks source link

User Guide: Trivial change required to obtain command listing on Linux #58

Closed scaleoutsean closed 2 years ago

scaleoutsean commented 6 years ago

UG 1.5.1.1 page 3 fixes the get-command example, but now there's a similar problem in the improved section ;-) My guess: if American punctuation rules are used, .) is probably fine, but in that case .). should be changed to .) Right now it appears as if the example uses -Module SolidFire.Core. because of the extra period after the bracket.

image

Salmanius commented 6 years ago

I forwarded this to our technical writer. In the guide coming with 1.6 he changed it to no longer be surrounded by parenthesis so this problem is solved. Thanks for pointing it out Sean, should prevent any C+P issues.