From: Fredrik Tolf Date: Fri, 14 Sep 2018 21:58:55 +0000 (+0200) Subject: gpio: Fixed usage message. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=dbf61e61b53f747b6eb10f0732d7ddccff3d3289;hp=0437debd3e86eb8b775212cf4f9602a97f5bdeb2 gpio: Fixed usage message. --- diff --git a/gpio.c b/gpio.c index 4b82229..5c1d718 100644 --- a/gpio.c +++ b/gpio.c @@ -122,7 +122,7 @@ static int getport(int p) static void usage(FILE *out) { - fprintf(out, "usage: gpio [-hip] PORT=VAL...\n"); + fprintf(out, "usage: gpio [-hip] {PORT=VAL|PORT==VAL|PORT?}...\n"); } int main(int argc, char **argv)