]> git.sesse.net Git - jam/commitdiff
s/file/list/ in the options.
authorsgunderson@bigfoot.com <>
Wed, 31 Jan 2007 18:40:25 +0000 (19:40 +0100)
committersgunderson@bigfoot.com <>
Wed, 31 Jan 2007 18:40:25 +0000 (19:40 +0100)
jam.c

diff --git a/jam.c b/jam.c
index f6c30075a19c451f71abf7ffb35b770bd97cf637..d37145026186593a840d1b7e4c059d153e25c87f 100644 (file)
--- 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 }
 };