@oclif/plugin-update 4.1.3 → 4.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -33,7 +33,7 @@ FLAGS
33
33
  -a, --available See available versions.
34
34
  -i, --interactive Interactively select version to install. This is ignored if a channel is provided.
35
35
  -v, --version=<value> Install a specific version.
36
- --force Force a re-download of the requested version.
36
+ --force Force a re-download of the requested version.
37
37
 
38
38
  DESCRIPTION
39
39
  update the oclif-example CLI
@@ -56,6 +56,6 @@ EXAMPLES
56
56
  $ oclif-example update --available
57
57
  ```
58
58
 
59
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.3/src/commands/update.ts)_
59
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.5/src/commands/update.ts)_
60
60
 
61
61
  <!-- commandsstop -->