We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@localhost:~# onlpdump -M onlpdump: option requires an argument -- 'M' Usage: onlpdump [OPTIONS] -d Use dump(). This is the default. -s Use show() instead of dump(). -r Recursive show(). Implies -s -e Extended show(). Implies -s -y Yaml show(). Implies -s -o Dump ONIE data only. -x Dump Platform Info only. -j Dump ONIE data in JSON format. -m Run platform manager. -M Run as platform manager daemon. -i Iterate OIDs. -p Show SFP presence. -t Decode TlvInfo data. -O Dump OID. -S Decode SFP Inventory -b Decode SFP Inventory into SFF database entries. -l API Lock test. -J Decode ONIE JSON data.
What are the arguments to provide in "onlpdump -M" ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
root@localhost:~# onlpdump -M
onlpdump: option requires an argument -- 'M'
Usage: onlpdump [OPTIONS]
-d Use dump(). This is the default.
-s Use show() instead of dump().
-r Recursive show(). Implies -s
-e Extended show(). Implies -s
-y Yaml show(). Implies -s
-o Dump ONIE data only.
-x Dump Platform Info only.
-j Dump ONIE data in JSON format.
-m Run platform manager.
-M Run as platform manager daemon.
-i Iterate OIDs.
-p Show SFP presence.
-t Decode TlvInfo data.
-O Dump OID.
-S Decode SFP Inventory
-b Decode SFP Inventory into SFF database entries.
-l API Lock test.
-J Decode ONIE JSON data.
What are the arguments to provide in "onlpdump -M" ?
The text was updated successfully, but these errors were encountered: