File tree 2 files changed +2
-2
lines changed
cmd/fyne/internal/commands
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ To list all available commands enter `fyne help`:
28
28
package, p Packages an application for distribution
29
29
release, r Prepares an application for public distribution
30
30
install, get, i Packages and installs an application
31
- serve, s Package an application using WebAssembly and expose it via a web server
31
+ serve, s Packages an application using WebAssembly and exposes it via a web server
32
32
translate, t Scans for new translation strings
33
33
version, v Shows version information for fyne
34
34
bundle Embeds static content into your go application
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func Serve() *cli.Command {
23
23
return & cli.Command {
24
24
Name : "serve" ,
25
25
Aliases : []string {"s" },
26
- Usage : "Package an application using WebAssembly and expose it via a web server" ,
26
+ Usage : "Packages an application using WebAssembly and exposes it via a web server" ,
27
27
Description : `The serve command packages an application using WebAssembly and expose it via a web server which port can be overridden with port.` ,
28
28
Flags : []cli.Flag {
29
29
stringFlags ["src" ](& s .srcDir ),
You can’t perform that action at this time.
0 commit comments