Commit d9a7681c by shenyizhong

* v0.0.1

1 parent f0f85af5
Showing with 2 additions and 0 deletions
......@@ -25,6 +25,8 @@ func printUsage() {
func main() {
fmt.Println("minsync v0.0.1")
// minsync --token ef0c26da821c upload /home/syz/tmp/abc /part1/box2
if len(os.Args) < 6 {
printUsage()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!