diff options
Diffstat (limited to 'cli/cli-opts.h')
-rw-r--r-- | cli/cli-opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli-opts.h b/cli/cli-opts.h index 4a94bcc..2266230 100644 --- a/cli/cli-opts.h +++ b/cli/cli-opts.h @@ -71,7 +71,7 @@ int cli_opt_data_size_set(struct cli_opt *self, const char *val) invalid: fprintf(stderr, "invalid value \"%s\", expected a number optionally followed " - "by a multiplicative suffix (K, M, G, T).", + "by a multiplicative suffix (K, M, G, T).\n", val); return CLI_RC_ERR; } |