small update with some improvements, updated readme

This commit is contained in:
arnaucode
2018-04-15 21:21:55 +02:00
parent 9bd5a48bcc
commit 9ecec88e7d
27 changed files with 58 additions and 16 deletions

BIN
cli/cli

Binary file not shown.

View File

@@ -35,7 +35,7 @@ func main() {
newcommand := bufio.NewReader(os.Stdin)
fmt.Print("Please select command number")
options := `
1 - Store Pad (to IPFS, Git, and send Telegram notification)
1 - Store Pad (to local directory and IPFS)
2 - IPFS hash to file
0 - Exit cli
option to select: `
@@ -47,7 +47,7 @@ option to select: `
switch option {
case "1":
fmt.Println("selected 1 - Store Pad (to IPFS and Git)")
fmt.Println("selected 1 - Store Pad (to local directory and IPFS)")
option1()
break
case "2":