From 373136c058b02f3cd1e545e64ea8a2891a6b43a6 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Mon, 30 Mar 2020 20:57:33 +0200 Subject: Add files via upload --- c_lib/cgetopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_lib/cgetopt.h b/c_lib/cgetopt.h index 53b613f3..ba2d64ff 100644 --- a/c_lib/cgetopt.h +++ b/c_lib/cgetopt.h @@ -155,7 +155,7 @@ static int copt_getopt(copt_t *opt, int argc, char *argv[], {NULL} }; const char* optstr = "a:b::c"; - printf("args -a arg -b [arg] -c --opt [arg] --foo --bar arg [arguments]\n"); + printf("program -a arg -b [arg] -c --opt [arg] --foo --bar arg [arguments]\n"); int c; copt_t opt = copt_init; while ((c = copt_getopt(&opt, argc, argv, optstr, longopts, true)) != -1) { -- cgit v1.2.3