Skip to content

Commit 07dfd05

Browse files
author
zheng yin
committed
Add square bracket to option parameter
Because option parameter is not required. I add [] to option parameter. Change-Id: I27c14c42bf576decff90a4a290dcaad7fab00524
1 parent 80ce3be commit 07dfd05

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/source/command-objects/usage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ List resource usage per project
1313
.. code:: bash
1414
1515
os usage list
16-
--start <start>
17-
--end <end>
16+
[--start <start>]
17+
[--end <end>]
1818
1919
.. option:: --start <start>
2020

@@ -33,9 +33,9 @@ Show resource usage for a single project
3333
.. code:: bash
3434
3535
os usage show
36-
--project <project>
37-
--start <start>
38-
--end <end>
36+
[--project <project>]
37+
[--start <start>]
38+
[--end <end>]
3939
4040
.. option:: --project <project>
4141

0 commit comments

Comments
 (0)