chiark / gitweb /
hush.in: Turn off buffering in the pipe-merging `cat'.
[misc] / prlimit.c
index d7f94f904c14b2d8ae017b9f67c1baabc1164e0f..a871cdd210833c92a485f2a668d5be263aeaa2c1 100644 (file)
--- a/prlimit.c
+++ b/prlimit.c
@@ -182,7 +182,7 @@ static const struct limittab *findlimit(const char *p, size_t n)
 /*----- Help functions ----------------------------------------------------*/
 
 static void usage(FILE *fp)
-  { pquis(fp, "Usage: % -l | "
+  { pquis(fp, "Usage: $ -l | "
          "{hard | soft | both | PID | RSRC[=VALUE]}...\n"); }
 
 static void version(FILE *fp)