diff options
author | Martin Holst Swende <martin@swende.se> | 2019-04-10 23:38:12 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-04-10 23:38:12 +0800 |
commit | 74acde4b08b0751ef716f8be04c1c41b2a6d6b69 (patch) | |
tree | d9252802ca03cdf9f7bb8909ad5ac70c81046b57 /cmd | |
parent | b7dd225179c5bbba6c2e5f59dd57138753489265 (diff) | |
download | go-tangerine-74acde4b08b0751ef716f8be04c1c41b2a6d6b69.tar go-tangerine-74acde4b08b0751ef716f8be04c1c41b2a6d6b69.tar.gz go-tangerine-74acde4b08b0751ef716f8be04c1c41b2a6d6b69.tar.bz2 go-tangerine-74acde4b08b0751ef716f8be04c1c41b2a6d6b69.tar.lz go-tangerine-74acde4b08b0751ef716f8be04c1c41b2a6d6b69.tar.xz go-tangerine-74acde4b08b0751ef716f8be04c1c41b2a6d6b69.tar.zst go-tangerine-74acde4b08b0751ef716f8be04c1c41b2a6d6b69.zip |
clef: update warning-text (#19442)
* clef: update warning-text
* Update cmd/clef/main.go
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/clef/main.go | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/cmd/clef/main.go b/cmd/clef/main.go index 06c034a55..a3500875d 100644 --- a/cmd/clef/main.go +++ b/cmd/clef/main.go @@ -59,12 +59,15 @@ import ( const legalWarning = ` WARNING! -Clef is alpha software, and not yet publically released. This software has _not_ been audited, and there -are no guarantees about the workings of this software. It may contain severe flaws. You should not use this software -unless you agree to take full responsibility for doing so, and know what you are doing. +Clef is an account management tool. It may, like any software, contain bugs. -TLDR; THIS IS NOT PRODUCTION-READY SOFTWARE! +Please take care to +- backup your keystore files, +- verify that the keystore(s) can be opened with your password. +Clef is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more details. ` var ( |