From e83a14dac4081dd10284b03dd31b4a80b95fa3fc Mon Sep 17 00:00:00 2001 From: candifloss Date: Thu, 26 Sep 2024 16:26:07 +0530 Subject: [PATCH] edited README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6899526..6b3f397 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,15 @@ Inspired by [`tiramisu`](https://github.com/Sweets/tiramisu) ## Usage ```bash -snot [r|j|p] [v] +snot --help +Usage: snot [-f ] [-v] + +Print desktop notifications + +Options: + -f, --format select output format: r(rson), j(json, default), p(plain) + -v, --verbose verbose mode + --help display usage information ``` ## Why this project?