Skip to content

Commit

Permalink
removed --legacy and added map from help to --help (#5387) (#5393)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
uday610 committed Jun 9, 2021
1 parent 160b213 commit 5ad5998
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/runtime_src/doc/toc/xbmgmt2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ xbmgmt (Next Generation)

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

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


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

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

The next-generation ``xbmgmt`` commands are

Expand Down
12 changes: 10 additions & 2 deletions src/runtime_src/doc/toc/xbtools_map.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ xbutil
|Legacy | New |Legacy |New |
+============+============+===================+====================+
| | | | |
|``help`` |``--help`` | | |
| | | | |
+------------+------------+-------------------+--------------------+
| | | | |
|``reset`` |``reset`` |``-d <bdf>`` |``--device <bdf>`` |
| | | | |
+------------+------------+-------------------+--------------------+
Expand Down Expand Up @@ -85,6 +89,10 @@ xbmgmt
|Legacy | New |Legacy |New |
+=============+===========+===========================+==================================+
| | | | |
|``help`` |``--help`` | | |
| | | | |
+-------------+-----------+---------------------------+----------------------------------+
| | | | |
|``flash`` |``program``|``-d <bdf>`` |``--device <bdf>`` |
| | | | |
+-------------+-----------+---------------------------+----------------------------------+
Expand All @@ -101,12 +109,12 @@ xbmgmt
| | | | |
+-------------+-----------+---------------------------+----------------------------------+
| | | | |
|``partition``|``program``|``-d <bdf>`` |``--device <bdf>`` |
|``partition``|``program``|``--card <bdf>`` |``--device <bdf>`` |
| | | | |
+-------------+-----------+---------------------------+----------------------------------+
| | | | |
| | |``--program`` |``--shell <shell-file w/ path>`` |
| | | ``--name <shell name>`` | |
| | |``--name <shell name>`` | |
| | | | |
+-------------+-----------+---------------------------+----------------------------------+
| | | | |
Expand Down
3 changes: 1 addition & 2 deletions src/runtime_src/doc/toc/xbutil2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ xbutil (Next Generation)

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

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


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

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

The next-generation ``xbutil`` commands are

Expand Down

0 comments on commit 5ad5998

Please sign in to comment.