From 31c9810dec15b54a8a25ecf64fbf731fc04888fb Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 31 Jan 2007 19:40:25 +0100 Subject: [PATCH] s/file/list/ in the options. --- jam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jam.c b/jam.c index f6c3007..d371450 100644 --- a/jam.c +++ b/jam.c @@ -19,8 +19,8 @@ unsigned num_sources = 0; unsigned room_sources = 0; const static struct option longopts[] = { - { "source-file", required_argument, NULL, 's' }, - { "destination-file", required_argument, NULL, 'd' }, + { "source-list", required_argument, NULL, 's' }, + { "destination-list", required_argument, NULL, 'd' }, { "port", required_argument, NULL, 'p' }, { NULL, 0, NULL, 0 } }; -- 2.39.2