This commit is contained in:
Marcello Stanisci 2019-02-11 19:52:20 +01:00
parent 014ae3190b
commit 398be48872
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -308,8 +308,11 @@ run (void *cls,
if (GNUNET_YES == history)
execute_history ();
else
else if (GNUNET_YES == transfer)
execute_wire_transfer ();
else
fprintf (stderr,
"Please give either --history/-H or --transfer/t\n");
}
/**