diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2018-12-01 23:27:56 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-12-27 18:56:27 +0100 |
commit | 43a97d64303271a8829dde63936d51d7a7e14cdb (patch) | |
tree | 63dfcfc3df0edc982d1c4c53719cf02a351114a3 | |
parent | c9091dfac84367c0e418bffc5c5814737a03f505 (diff) | |
download | poezio-43a97d64303271a8829dde63936d51d7a7e14cdb.tar.gz poezio-43a97d64303271a8829dde63936d51d7a7e14cdb.tar.bz2 poezio-43a97d64303271a8829dde63936d51d7a7e14cdb.tar.xz poezio-43a97d64303271a8829dde63936d51d7a7e14cdb.zip |
omemo: change /omemo description
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r-- | plugins/omemo_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omemo_plugin.py b/plugins/omemo_plugin.py index 3e1a658f..db1f2919 100644 --- a/plugins/omemo_plugin.py +++ b/plugins/omemo_plugin.py @@ -39,7 +39,7 @@ class Plugin(BasePlugin): self.api.add_command( 'omemo', self.command_status, - help='Display contextual information status', + help='Display contextual information', ) self.api.add_tab_command( |