mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add the proto part of option requirements.
This commit is contained in:
@@ -17,12 +17,8 @@ message GreaseWeazleProto {
|
||||
}
|
||||
|
||||
message UsbProto {
|
||||
oneof device {
|
||||
string serial = 1
|
||||
[(help) = "serial number of FluxEngine or GreaseWeazle device to use"];
|
||||
}
|
||||
optional string serial = 1
|
||||
[(help) = "serial number of FluxEngine or GreaseWeazle device to use"];
|
||||
|
||||
oneof config {
|
||||
GreaseWeazleProto greaseweazle = 2 [(help) = "GreaseWeazle-specific options"];
|
||||
}
|
||||
optional GreaseWeazleProto greaseweazle = 2 [(help) = "GreaseWeazle-specific options"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user