mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed receive program
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@257 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
735aa94854
commit
80c6d459f0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
struct config_t config;
|
||||
|
||||
if (argc != 2) {
|
||||
if (argc != 3) {
|
||||
printf("Usage: %s CONFIG NODE\n", argv[0]);
|
||||
printf(" CONFIG path to a configuration file\n");
|
||||
printf(" NODE name of the node which shoud be used\n\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue