Skip to content

Commit

Permalink
complete 0.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed May 22, 2017
1 parent cfd2557 commit 2d3820d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion wslu-dev
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ elif [[ "$1" == "system" ]]; then
elif [[ "$2" == "-K" ]] || [[ "$2" == "--kernel" ]]; then
echo $kernel
elif [[ "$2" == "-P" ]] || [[ "$2" == "--package" ]]; then
echo "Total Installed Package: $packages"
echo $packages
else
echo "$release on $build (kernel:$kernel)"
fi
Expand Down
22 changes: 16 additions & 6 deletions wslu.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH WSLU "1" "May 2017" "0.15.0" "User Commands"
.TH WSLU "1" "May 2017" "0.16.0" "User Commands"

.SH NAME
wslu \- Windows 10 Linux Subsystem Utility
Expand All @@ -17,11 +17,18 @@ print a simplified help.
print current version.
.TP
.B package
package is a minimal package manager for installing special packages such as WSL pulseaudio and VcXsrv. Also, it provide some simple commands to install apps from thirdparty repos.
package is a minimal package manager for installing special packages. Also, it provide some simple commands to install apps from third-party repositories.
.RS
.TP
.B count \fR [-n]

.B pulseaudio
install pulseaudio to provide additional sound playing feature to WSL.
.TP
.B vcxsrv
install vcxsrv to provide additional GUI feature to WSL.
.TP
[\tBthird-party packages\tR] [\tBrepository\tR]
install a application with a certain third-party repository.
.RE
.TP
.B fetch
the minimal screen fetch program inspired by \fBufetch\fR and \fBScreenFetch\fR.
Expand All @@ -38,6 +45,9 @@ print WSL kernel info, for example: \fBLinux 4.4.0\-43\-Microsoft\fR
.TP
\fB\-R\fR, \fB\-\-release\fR
print WSL system release info, for example: \fBUbuntu 16.04.2 LTS\fR
.TP
\fB\-P\fR, \fB\-\-package\fR
print total installed packages, for example: \fB1511\fR
.RE
.TP
.B shortcut [appname]
Expand All @@ -59,10 +69,10 @@ feature not implemented.

.SH "SEE ALSO"
https://github.com/patrick330602/wslu
http://garage.patrickwu.cf/man/wslu

.SH AUTHOR
Created and by Patrick Wu J M <wotingwu@live.com>
Created by Patrick Wu J M <wotingwu@live.com>
Pulseaudio and VcXsrv inspired by aseering/wsl_gui_autoinstall<https://github.com/aseering/wsl_gui_autoinstall> based on <https://github.com/Microsoft/BashOnWindows/issues/486>

.SH REPORTING BUGS
Report bugs to <https://github.com/patrick330602/wslu/issues>
Expand Down

0 comments on commit 2d3820d

Please sign in to comment.