update usage() to reflect s->step change;
authorjmc <jmc@openbsd.org>
Fri, 13 Aug 2021 12:37:28 +0000 (12:37 +0000)
committerjmc <jmc@openbsd.org>
Fri, 13 Aug 2021 12:37:28 +0000 (12:37 +0000)
usr.bin/jot/jot.c

index 0051195..aed16f2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: jot.c,v 1.55 2021/08/13 11:27:33 martijn Exp $        */
+/*     $OpenBSD: jot.c,v 1.56 2021/08/13 12:37:28 jmc Exp $    */
 /*     $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $       */
 
 /*-
@@ -336,7 +336,7 @@ usage(void)
 {
        (void)fprintf(stderr, "usage: jot [-cnr] [-b word] [-p precision] "
            "[-s string] [-w word]\n"
-           "      [reps [begin [end [s]]]]\n");
+           "      [reps [begin [end [step]]]]\n");
        exit(1);
 }