diff options
| author | EverythingWindows <[email protected]> | 2022-11-20 19:50:10 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-20 19:50:10 +0700 |
| commit | 9d384be17594240918b6b277521d3eaa15151ae9 (patch) | |
| tree | 9c7d3b2d35f6639464951cc4349afa338a2f069b /ShiftOS-TheRevival/TerminalApplications/Internal/Com_Manual.vb | |
| parent | 2fa56446be7a049994786931e9145043362e8adb (diff) | |
| download | shiftos-therevival-old-9d384be17594240918b6b277521d3eaa15151ae9.tar.gz shiftos-therevival-old-9d384be17594240918b6b277521d3eaa15151ae9.tar.bz2 shiftos-therevival-old-9d384be17594240918b6b277521d3eaa15151ae9.zip | |
Optimization on UNZIP
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Manual.vb')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_Manual.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Manual.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Manual.vb index a4bc2cc..9430b9b 100644 --- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Manual.vb +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Manual.vb @@ -152,7 +152,7 @@ Case "unzip" If Strings.AvailableFeature(33) = "1" Then TempUsage = TempUsage & "unzip [FILENAME.ZIP]" - Console.TextBox1.Text = Console.TextBox1.Text & TempUsage & Environment.NewLine & Environment.NewLine & My.Resources.man_unzip & Environment.NewLine + 'Console.TextBox1.Text = Console.TextBox1.Text & TempUsage & Environment.NewLine & Environment.NewLine & My.Resources.man_unzip & Environment.NewLine NormalCommand() End If Case "ver" |
