Skip to content

Commit 80ad611

Browse files
committed
minor change to readme
1 parent c23441d commit 80ad611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To setup registry auth use:
5454
flb set-auth [token] --path /fleetbase
5555
```
5656

57-
- `--path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
57+
- `-p, --path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
5858

5959
### Scaffolding a Extension
6060

@@ -84,7 +84,7 @@ flb install [extension] --path /fleetbase
8484
```
8585

8686
- `[extension]`: The name of the extension to install.
87-
- `--path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
87+
- `-p, --path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
8888

8989
### Uninstalling a Extension
9090

@@ -95,7 +95,7 @@ flb uninstall [extension] --path /fleetbase
9595
```
9696

9797
- `[extension]`: The name of the extension to install.
98-
- `--path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
98+
- `-p, --path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
9999

100100
### Setting a Custom Registry
101101

0 commit comments

Comments
 (0)