diff --git a/docs/docs/usage.md b/docs/docs/usage.md index a9fe7044..b34dd415 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -1083,12 +1083,12 @@ tasks: Task also adds the following functions: -- `OS`: Returns the operating system. Possible values are "windows", "linux", - "darwin" (macOS) and "freebsd". -- `ARCH`: return the architecture Task was compiled to: "386", "amd64", "arm" or - "s390x". -- `splitLines`: Splits Unix (\n) and Windows (\r\n) styled newlines. -- `catLines`: Replaces Unix (\n) and Windows (\r\n) styled newlines with a +- `OS`: Returns the operating system. Possible values are `windows`, `linux`, + `darwin` (macOS) and `freebsd`. +- `ARCH`: return the architecture Task was compiled to: `386`, `amd64`, `arm` or + `s390x`. +- `splitLines`: Splits Unix (`\n`) and Windows (`\r\n`) styled newlines. +- `catLines`: Replaces Unix (`\n`) and Windows (`\r\n`) styled newlines with a space. - `toSlash`: Does nothing on Unix, but on Windows converts a string from `\` path format to `/`.