summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-04-01 19:21:37 +0000
committerMiles Bader <miles@gnu.org>1996-04-01 19:21:37 +0000
commit756e1f4d2870bc55c2e912f8a07d37ab352e7e64 (patch)
tree0ea34818489b30795646efcc992ae7b336e31865
parent23e1eeb82c596686a8feec9ae93030ea27004b2e (diff)
(netfs_parse_runtime_options): Pass new arg to arg_parse.
-rw-r--r--libnetfs/parse-runtime-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/parse-runtime-options.c b/libnetfs/parse-runtime-options.c
index dae6c597..1a179736 100644
--- a/libnetfs/parse-runtime-options.c
+++ b/libnetfs/parse-runtime-options.c
@@ -26,5 +26,5 @@ netfs_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);
}