[NET] Implement the group command
[reactos.git] / base / applications / network / net / main.c
index 5b2ad60..298b875 100644 (file)
@@ -25,7 +25,7 @@ COMMAND cmds[] =
     {L"config",     cmdConfig},
     {L"continue",   cmdContinue},
     {L"file",       unimplemented},
-    {L"group",      unimplemented},
+    {L"group",      cmdGroup},
     {L"help",       cmdHelp},
     {L"helpmsg",    cmdHelpMsg},
     {L"localgroup", cmdLocalGroup},