git clone https://orangeshoelaces.net/git/tttm.git
Author: Vasily Kolobkov on 07/17/2016
Committer: Vasily Kolobkov on 07/17/2016
Mention optional arguments in usage message
tttm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tttm.c b/tttm.c
index e92097f..c876fa5 100644
--- a/tttm.c
+++ b/tttm.c
@@ -317,5 +317,5 @@ twarn(int e, const char *msg)
void
usage(void)
{
- errx(1, "usage: tttm sink");
+ errx(1, "usage: tttm sink [argument ...]");
}