Skip to content

Commit 5ad5998

Browse files
uday610uday610
and
uday610
authored
removed --legacy and added map from help to --help (#5387) (#5393)
* removed --legacy added map from help to --help * Update xbtools_map.rst * Update xbtools_map.rst Co-authored-by: uday610 <udayd@xilinx.com mailto:udayd@xilinx.com> (cherry picked from commit c11e649)
1 parent 160b213 commit 5ad5998

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

src/runtime_src/doc/toc/xbmgmt2.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ xbmgmt (Next Generation)
55

66
This document describes the new next-generation ``xbmgmt`` commands. These new commands are default from 21.1 release.
77

8-
P.S: Legacy ``xbmgmt`` commands are still available and can be invoked by ``xbmgmt --legacy <command>``.
9-
108

119
**Global options**: These are the global options can be used with any command.
1210

1311
- ``--verbose``: Turn on verbosity and shows more outputs whenever applicable
1412
- ``--batch``: Enable batch mode
1513
- ``--force``: When possible, force an operation
14+
- ``--help`` : Get help message
1615

1716
The next-generation ``xbmgmt`` commands are
1817

src/runtime_src/doc/toc/xbtools_map.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ xbutil
1919
|Legacy | New |Legacy |New |
2020
+============+============+===================+====================+
2121
| | | | |
22+
|``help`` |``--help`` | | |
23+
| | | | |
24+
+------------+------------+-------------------+--------------------+
25+
| | | | |
2226
|``reset`` |``reset`` |``-d <bdf>`` |``--device <bdf>`` |
2327
| | | | |
2428
+------------+------------+-------------------+--------------------+
@@ -85,6 +89,10 @@ xbmgmt
8589
|Legacy | New |Legacy |New |
8690
+=============+===========+===========================+==================================+
8791
| | | | |
92+
|``help`` |``--help`` | | |
93+
| | | | |
94+
+-------------+-----------+---------------------------+----------------------------------+
95+
| | | | |
8896
|``flash`` |``program``|``-d <bdf>`` |``--device <bdf>`` |
8997
| | | | |
9098
+-------------+-----------+---------------------------+----------------------------------+
@@ -101,12 +109,12 @@ xbmgmt
101109
| | | | |
102110
+-------------+-----------+---------------------------+----------------------------------+
103111
| | | | |
104-
|``partition``|``program``|``-d <bdf>`` |``--device <bdf>`` |
112+
|``partition``|``program``|``--card <bdf>`` |``--device <bdf>`` |
105113
| | | | |
106114
+-------------+-----------+---------------------------+----------------------------------+
107115
| | | | |
108116
| | |``--program`` |``--shell <shell-file w/ path>`` |
109-
| | | ``--name <shell name>`` | |
117+
| | |``--name <shell name>`` | |
110118
| | | | |
111119
+-------------+-----------+---------------------------+----------------------------------+
112120
| | | | |

src/runtime_src/doc/toc/xbutil2.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ xbutil (Next Generation)
55

66
This document describes the new next-generation ``xbutil`` commands. These new commands are default from 21.1 release.
77

8-
P.S: Legacy ``xbutil`` commands are still available and can be invoked by ``xbutil --legacy <command>``.
9-
108

119
**Global options**: These are the global options can be used with any command.
1210

1311
- ``--verbose``: Turn on verbosity and shows more outputs whenever applicable
1412
- ``--batch``: Enable batch mode
1513
- ``--force``: When possible, force an operation
14+
- ``--help`` : Get help message
1615

1716
The next-generation ``xbutil`` commands are
1817

0 commit comments

Comments
 (0)