From 2a883bb9582a097d1c0293a4b3b98b086c0083f8 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:14:07 +0400 Subject: [PATCH] core: add /profile_address command to help (#2345) --- src/Simplex/Chat/Help.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simplex/Chat/Help.hs b/src/Simplex/Chat/Help.hs index 37770d1bd1..1f77617af1 100644 --- a/src/Simplex/Chat/Help.hs +++ b/src/Simplex/Chat/Help.hs @@ -201,6 +201,7 @@ myAddressHelpInfo = styleMarkdown [ green "Your contact address commands:", indent <> highlight "/address " <> " - create your address", + indent <> highlight "/profile_address on/off " <> " - share address with your contacts (it will be added to your profile)", indent <> highlight "/delete_address " <> " - delete your address (accepted contacts will remain connected)", indent <> highlight "/show_address " <> " - show your address", indent <> highlight "/accept " <> " - accept contact request",