mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Tutorial: fixed typo in 'How your command should print to stdout' section
This commit is contained in:
parent
caa98476f0
commit
f8f4058014
@ -607,7 +607,7 @@ For example, say we setup a command like this:
|
||||
|
||||
Normally when you invoke the ``ipa`` script, `cli.CLI.load_plugins()` will
|
||||
register the `cli.textui` backend plugin, but for the sake of our example,
|
||||
we just create an instance here:
|
||||
we will just create an instance here:
|
||||
|
||||
>>> from ipalib import cli
|
||||
>>> textui = cli.textui() # We'll pass this to output_for_cli()
|
||||
|
Loading…
Reference in New Issue
Block a user