diff options
author | 2022-09-17 15:05:25 +0530 | |
---|---|---|
committer | 2022-09-17 15:08:32 +0530 | |
commit | c8b1b838f3a59d66f9adf43445284eebcced52a1 (patch) | |
tree | 9ff92cc29907458b35dcf8ba00ceacf6d284187a | |
parent | 56c06a92d90cb4f49af83d8f92f54f2ddc6618c5 (diff) | |
download | whatsie-c8b1b838f3a59d66f9adf43445284eebcced52a1.tar.gz whatsie-c8b1b838f3a59d66f9adf43445284eebcced52a1.zip |
chore: update appdata, to make flatpak-builder happyv4.10.1
-rw-r--r-- | dist/linux/com.ktechpit.whatsie.appdata.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/linux/com.ktechpit.whatsie.appdata.xml b/dist/linux/com.ktechpit.whatsie.appdata.xml index c035986..38aa07f 100644 --- a/dist/linux/com.ktechpit.whatsie.appdata.xml +++ b/dist/linux/com.ktechpit.whatsie.appdata.xml @@ -47,9 +47,8 @@ <p>Command line options:</p> Comes with general CLI support, with a bunch of options that let you interact with already running instances of Whatsie. - <p>Run: <code>whatsie -h</code> to see all supported options.</p> + <p>Run: whatsie -h to see all supported options Usage: whatsie [options] - Feature rich WhatsApp web client based on Qt WebEngine Options: -h, --help Displays help on commandline options @@ -63,7 +62,7 @@ of WhatSie -r, --reload-app Reload the app in a runninginstance of WhatSie -n, --new-chat Opennew chat prompt in a runninginstance of WhatSie - + </p> </description> <launchable type="desktop-id">com.ktechpit.whatsie.desktop</launchable> <url type="homepage">https://github.com/keshavbhatt/whatsie</url> |