Skip to content

Commit 9123c2b

Browse files
committed
[docs] Update Options messages w/ new Reset levels
1 parent a7f5b48 commit 9123c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineUtilities/Options.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static Option<std::string> registerAddress("address", "Register address in hex f
6767
static Option<int> registerRange("range", "Amount of registers to print past given address");
6868
static Option<std::string> registerValue("value", "Register value, either in decimal or hex (prefix with 0x)");
6969
static Option<std::string> cardId("id", "Card ID: PCI Address, Serial ID, or sequence number, as reported by `roc-list-cards`");
70-
static Option<std::string> resetLevel("reset", "Reset level [NOTHING, INTERNAL, INTERNAL_DIU, INTERNAL_DIU_SIU]");
70+
static Option<std::string> resetLevel("reset", "Reset level [NOTHING, INTERNAL, INTERNAL_SIU]");
7171
} // namespace option
7272

7373
/// Adds the given Option to the options_description

0 commit comments

Comments
 (0)