Browse Source

fix usage message

Jan Klemkow 6 years ago
parent
commit
2e58c9a4dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scroll.c

+ 1 - 1
scroll.c

@@ -124,7 +124,7 @@ int
 main(int argc, char *argv[])
 {
 	if (argc <= 1)
-		die("usage");
+		die("usage: scroll <program>");
 
 	if (tcgetattr(0, &dfl) < 0)
 		die("tcgetattr:");