From 8021dfce8a723f8d181c9181be27ec75e0284fef Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 11 Oct 2024 14:34:10 -0400 Subject: [PATCH] Update usage information --- README.md | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index bdb0250..d1575e9 100644 --- a/README.md +++ b/README.md @@ -22,26 +22,15 @@ re-writing chat history. ## Usage -To list available boards: - -``` -bulb ``` +bulb: bulletin board -To post a message: +Usage: bulb [-hlpu] [-b ] [-n ] +-h: print this help text +-b : specify a board other than general +-l: list available boards and exit +-n : display N most recent messages +-p: post a message (from stdin) +-u: operate undercover (anonymously) ``` -bulb post -bulb post -b -``` - -To read recent messages: - -``` -bulb read -bulb read -b -bulb read -n -``` - -Note that when not specified, the board name defaults to `general`. For this -reason, it is recommended to ensure that a board with this name exists.