diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-12-13 18:01:04 +0800 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-12-13 18:01:04 +0800 |
commit | 461b0cbf0c72491cedd65aa27c9b5b1a0f13ebdd (patch) | |
tree | 5c7e4ba429c197425c001a8528efc01f845868ac /net-im | |
parent | fbef597d49ccec43e50c1527299c4a01544b1c1b (diff) | |
download | freebsd-ports-gnome-461b0cbf0c72491cedd65aa27c9b5b1a0f13ebdd.tar.gz freebsd-ports-gnome-461b0cbf0c72491cedd65aa27c9b5b1a0f13ebdd.tar.zst freebsd-ports-gnome-461b0cbf0c72491cedd65aa27c9b5b1a0f13ebdd.zip |
Fix a typo in pkg-message
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/scli/Makefile | 1 | ||||
-rw-r--r-- | net-im/scli/pkg-message | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-im/scli/Makefile b/net-im/scli/Makefile index 5d683f3da498..fa6bd541e13e 100644 --- a/net-im/scli/Makefile +++ b/net-im/scli/Makefile @@ -3,6 +3,7 @@ PORTNAME= scli DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= net-im python MAINTAINER= 0mp@FreeBSD.org diff --git a/net-im/scli/pkg-message b/net-im/scli/pkg-message index 259c88d25ef0..b553d1502b8d 100644 --- a/net-im/scli/pkg-message +++ b/net-im/scli/pkg-message @@ -5,7 +5,7 @@ Sometimes, scli does not show the contact list immediately (e.g., after scli was not closed by issuing ":quit" but by sending SIGINT instead). In such a situation, it might be necessary to refresh scli by issuing ":reload". -In case it does not enough, the following instructions explain how to clean up +In case it is not enough, the following instructions explain how to clean up existing scli and signal-cli files and start again: 1. Remove ~/.local/share/scli and ~/.local/share/signal-cli. |