Skip to content

Commit

Permalink
ccan: opt increase show len from 80 to 100
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jan 7, 2023
1 parent bd63d51 commit 74db178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccan/ccan/opt/opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ void opt_usage_exit_fail(const char *msg, ...) NORETURN;
extern const char opt_hidden[];

/* Maximum length of arg to show in opt_usage */
#define OPT_SHOW_LEN 80
#define OPT_SHOW_LEN 100

/* Standard helpers. You can write your own: */
/* Sets the @b to true. */
Expand Down

0 comments on commit 74db178

Please sign in to comment.