diff --git a/QnetVoice.cpp b/QnetVoice.cpp index b76b5bb..46d4ce4 100644 --- a/QnetVoice.cpp +++ b/QnetVoice.cpp @@ -125,11 +125,12 @@ int main(int argc, char *argv[]) char RADIO_ID[21]; if (argc != 4) { - printf("Usage: %s \n", argv[0]); printf("Where...\n"); - printf(" module is one of your modules: A, B or C\n"); - printf(" dvtoolFile is an existing dvtool file, like \"unlinked.dat\"\n"); - printf(" txtMsg is an up to 20-character text message\n"); + printf(" is one of your modules: A, B or C\n"); + printf(" is an installed voice file in the configured\n"); + printf(" directory, for example \"unlinked.dat\"\n"); + printf(" is an up to 20-character text message\n"); return 0; }