File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
doc/design/006-cli-plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pub mod load_plugin_command {
9494 command ! ( CommandMetadata :: build( "load-plugin" , "Load plugin in Libindy" )
9595 . add_required_param( "library" , "Name of plugin (can be absolute or relative path)" )
9696 . add_required_param( "initializer" , "Name of plugin init function" )
97- . add_example( "load-plugin library=libsovplugin initializer=sovplugin_init " )
97+ . add_example( "load-plugin library=libnullpay initializer=libnullpay_init " )
9898 . finalize( ) ) ;
9999
100100 fn execute ( _ctx : & CommandContext , params : & CommandParams ) -> CommandResult {
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ indy> load-plugin library=<library-name> initializer=<init-func-name>
3838Example:
3939
4040``` bash
41- indy> load-plugin library=libsovplugin initializer=sovplugin_init
41+ indy> load-plugin library=libnullpay initializer=nullpay_init
4242```
You can’t perform that action at this time.
0 commit comments