net: Update help.
authorVitaliy Margolen <wine-patches@kievinfo.com>
Sat, 29 Mar 2008 19:21:22 +0000 (13:21 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Mar 2008 10:15:04 +0000 (12:15 +0200)
programs/net/En.rc

index aff6d1df7630f872f1c3ecdc2aca70d02bddd6d2..913dcc42ed71677900b5eec3a220a369fadcca41 100644 (file)
@@ -23,7 +23,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 STRINGTABLE
 {
-    STRING_USAGE, "The syntax of this command is:\n\nNET [ HELP | START | STOP ]\n"
+    STRING_USAGE, "The syntax of this command is:\n\nNET [ HELP | START | STOP | USE]\n"
     STRING_START_USAGE, "Specify service name to start.\n"
     STRING_STOP_USAGE, "Specify service name to stop.\n"
     STRING_STOP_DEP, "Stopping dependent service: %s\n"
@@ -36,8 +36,9 @@ STRINGTABLE
     STRING_STOP_SVC, "The %s service is stopping.\n"
     STRING_STOP_SVC_SUCCESS, "The %s service was stopped successfully.\n"
     STRING_STOP_SVC_FAIL, "The %s service failed to stop.\n"
-    STRING_HELP_USAGE, "The syntax of this command is:\n\nNET HELP command\n    -or-\nNET command /HELP\n\n   Commands available are:\n   NET HELP    NET START     NET STOP\n"
+    STRING_HELP_USAGE, "The syntax of this command is:\n\nNET HELP command\n    -or-\nNET command /HELP\n\n"\
+                       "   Commands available are:\n   NET HELP    NET START     NET STOP     NET USE\n"
     STRING_NO_ENTRIES, "There are no entries in the list.\n"
-    STRING_USE_HEADER, "\nStatus    Local   Remote\n---------------------------------------------------------------\n"
-    STRING_USE_ENTRY, "%s      %S      %S      Open resources: %lu\n"
+    STRING_USE_HEADER, "\nStatus  Local   Remote\n---------------------------------------------------------------\n"
+    STRING_USE_ENTRY,  "%s      %S      %S      Open resources: %lu\n"
 }