Revision b3af050e
Von admin vor mehr als 6 Jahren hinzugefügt
src/tools/aqbanking-cli/addtransaction.c | ||
---|---|---|
fprintf(stderr, "ERROR: Could not create help string\n");
|
||
return NULL;
|
||
}
|
||
fprintf(stderr, "%s\n", GWEN_Buffer_GetStart(ubuf));
|
||
fprintf(stdout, "%s\n", GWEN_Buffer_GetStart(ubuf));
|
||
GWEN_Buffer_free(ubuf);
|
||
return NULL;
|
||
}
|
Auch abrufbar als: Unified diff
Tools: Output help string to stdout, list possibly user/account flags
- output help strings to stdout instead of stderr
- aqhbci-tool add/subuserflags: List possibly flags in help string
- aqhbci-tool add/subaccountflags: List possibly flags in help string