Improve help text
This commit is contained in:
parent
6b81c63251
commit
ec7cfb4448
@ -21,11 +21,10 @@ export fn main() void = {
|
||||
"bulletin board",
|
||||
("post", [
|
||||
('a', "post anonymously"),
|
||||
('b', "board", "which board to post on"),
|
||||
"message...",
|
||||
('b', "board", "post on a board other than general"),
|
||||
]): getopt::subcmd_help,
|
||||
("read", [
|
||||
('b', "board", "which board to read"),
|
||||
('b', "board", "read a board other than general"),
|
||||
('n', "number", "display N most recent messages"),
|
||||
]): getopt::subcmd_help);
|
||||
defer getopt::finish(&cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user