diff options
author | Miles Bader <miles@gnu.org> | 1996-03-22 22:57:40 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-22 22:57:40 +0000 |
commit | 74f5fd6b1777739cbcc58b2d5b2c7690401fc0d4 (patch) | |
tree | bd9589d10948a7e632e43134e6b42a1a6379ae23 | |
parent | e5c8f495a83096d52c65dbd987e0f0d9b2a343a9 (diff) |
(diskfs_parse_runtime_options): Supply new argument to argp_parse.
-rw-r--r-- | libdiskfs/opts-runtime-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/opts-runtime-parse.c b/libdiskfs/opts-runtime-parse.c index 3e7a9cf3..00ec2fc0 100644 --- a/libdiskfs/opts-runtime-parse.c +++ b/libdiskfs/opts-runtime-parse.c @@ -26,5 +26,5 @@ diskfs_parse_runtime_options (int argc, char **argv, { return argp_parse (standard_argp, argc, argv, ARGP_NO_ERRS | ARGP_NO_HELP | ARGP_PARSE_ARGV0, - 0); + 0, 0); } |