1
0
mirror of https://github.com/coalaura/up.git synced 2025-07-18 21:53:23 +00:00

allow custom port

This commit is contained in:
Laura
2025-06-20 23:47:22 +02:00
parent 67581ceffa
commit 6633087578
2 changed files with 37 additions and 4 deletions

View File

@ -25,7 +25,7 @@ var (
func main() {
app := &cli.Command{
Name: "up",
Usage: "UP client",
Usage: "up client",
Version: Version,
ArgsUsage: "<file> <host>",
UsageText: "up [options] <file> <host>",