diff --git a/DGWRemoteControl/DGWRemoteControlApp.cpp b/DGWRemoteControl/DGWRemoteControlApp.cpp index 6f8c0fe..12e63fc 100644 --- a/DGWRemoteControl/DGWRemoteControlApp.cpp +++ b/DGWRemoteControl/DGWRemoteControlApp.cpp @@ -48,8 +48,11 @@ int main(int argc, const char* argv[]) ::fprintf(stderr, "\ndgwremotecontrol v%s : invalid command line usage:\n\n", LONG_VERSION.c_str()); ::fprintf(stderr, "\t\tdgwremotecontrol [-name ] link \n"); ::fprintf(stderr, "\t\tdgwremotecontrol [-name ] unlink\n"); +#ifdef USE_STARNET ::fprintf(stderr, "\t\tdgwremotecontrol [-name ] drop \n"); - ::fprintf(stderr, "\t\tdgwremotecontrol [-name ] drop all\n\n"); + ::fprintf(stderr, "\t\tdgwremotecontrol [-name ] drop all\n"); +#endif + ::fprintf(stderr, "\n"); return 1; }