Conform ndinstall.exe to Windows help/info request convention '/?'

Signed-off-by: stan smith <[email protected]>

--- A/tools/ndinstall/user/installsp.c  Wed Jan 13 09:22:02 2010
+++ B/tools/ndinstall/user/installsp.c  Wed Jan 13 09:03:58 2010
@@ -290,6 +290,9 @@
        WSADATA wsd;
        char *prov;

+       if (argc > 1 && strcmp(argv[1],"/?") == 0)
+               goto usage;
+
        while ((op = getopt(argc, argv, "hi::r::dlq")) != -1) {
                switch (op) {
                case 'h':
_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to