diff --git a/eyefi-unix.c b/eyefi-unix.c index b29f0ee..bc94d2c 100755 --- a/eyefi-unix.c +++ b/eyefi-unix.c @@ -419,9 +419,9 @@ int main(int argc, char *argv[]) static struct option long_options[] = { {"force", 0, &force, 1}, {"help", 0, NULL, 'h'}, - {"transfer-mode", 2, &transfer_mode, 1}, - {"wifi-radio", 2, &wifi_radio_on, 1}, - {"endless", 2, &endless, 1}, + {"transfer-mode", 2, &transfer_mode, 1}, + {"wifi-radio", 2, &wifi_radio_on, 1}, + {"endless", 2, &endless, 1}, {"eject", 2, &eject, 1}, {0, 0, 0, 0} };