Skip to content

Commit

Permalink
modify cmd tip
Browse files Browse the repository at this point in the history
  • Loading branch information
TATAUFO committed Jul 3, 2024
1 parent 00f2e75 commit fa2855b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/pdu/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"os"

"github.com/pdupub/go-pdu/node"
"github.com/pdupub/go-pdu/params"
"github.com/spf13/cobra"
)

Expand All @@ -35,7 +36,11 @@ func main() {

var rootCmd = &cobra.Command{
Use: "pdu",
Short: "A decentralized P2P program",
Short: "PDU command line interface (" + params.Version + ")",
Long: `ParaDigi Universe
A Peer-to-Peer Social Network Service
Website: https://pdu.pub`,

Run: func(cmd *cobra.Command, args []string) {
if testMode {
peerPort = 4002
Expand Down

0 comments on commit fa2855b

Please sign in to comment.