]> git.sesse.net Git - jam/blobdiff - jam.c
s/file/list/ in the options.
[jam] / 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 }
 };