···3636 )
3737 }
38383939- fn usage(&self) -> &str {
3939+ fn description(&self) -> &str {
4040 "Get all D-Bus properties for the given object"
4141 }
4242
+2-2
src/commands/introspect.rs
···3131 )
3232 }
33333434- fn usage(&self) -> &str {
3434+ fn description(&self) -> &str {
3535 "Introspect a D-Bus object"
3636 }
37373838- fn extra_usage(&self) -> &str {
3838+ fn extra_description(&self) -> &str {
3939 "Returns information about available nodes, interfaces, methods, \
4040 signals, and properties on the given object path"
4141 }
+2-2
src/commands/list.rs
···2525 )
2626 }
27272828- fn usage(&self) -> &str {
2828+ fn description(&self) -> &str {
2929 "List all available connection names on the bus"
3030 }
31313232- fn extra_usage(&self) -> &str {
3232+ fn extra_description(&self) -> &str {
3333 "These can be used as arguments for --dest on any of the other commands."
3434 }
3535