Skip to content

Commit b2cc366

Browse files
committed
update cost docs
1 parent 1d1e606 commit b2cc366

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/command/osdctl_cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ platforms may be added in the future)
4040

4141
* [osdctl](osdctl.md) - OSD CLI
4242
* [osdctl cost create](osdctl_cost_create.md) - Create a cost category for the given OU
43-
* [osdctl cost get](osdctl_cost_get.md) - Get total cost of a given OU. If no OU given, then gets total cost of v4 OU.
43+
* [osdctl cost get](osdctl_cost_get.md) - Get total cost of a given OU
4444
* [osdctl cost list](osdctl_cost_list.md) - List the cost of each OU under given OU
4545
* [osdctl cost reconcile](osdctl_cost_reconcile.md) - Checks if there's a cost category for every OU. If an OU is missing a cost category, creates the cost category
4646

docs/command/osdctl_cost_get.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## osdctl cost get
22

3-
Get total cost of a given OU. If no OU given, then gets total cost of v4 OU.
3+
Get total cost of a given OU
44

55
### Synopsis
66

7-
Get total cost of a given OU. If no OU given, then gets total cost of v4 OU.
7+
Get total cost of a given OU
88

99
```
1010
osdctl cost get [flags]
@@ -17,7 +17,7 @@ osdctl cost get [flags]
1717
-h, --help help for get
1818
--ou string get OU ID
1919
-r, --recursive recurse through OUs
20-
-t, --time string set time
20+
-t, --time string set time. One of 'LM', 'MTD', 'TYD', '3M', '6M', '1Y'
2121
```
2222

2323
### Options inherited from parent commands

docs/command/osdctl_cost_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ osdctl cost list [flags]
1616
--csv output result as csv
1717
-h, --help help for list
1818
--ou string get OU ID
19-
-t, --time string set time
19+
-t, --time string set time. One of 'LM', 'MTD', 'TYD', '3M', '6M', '1Y'
2020
```
2121

2222
### Options inherited from parent commands

0 commit comments

Comments
 (0)