updated README.md

This commit is contained in:
Darko Luketic 2016-08-02 15:37:08 +02:00
parent 4f12162ff5
commit 357ffa2b72
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ func DiskusageCommand() error {
if e := cmd.Wait(); e != nil {
return e
}
return nil
}
func ListCommand() error {
@ -83,7 +83,7 @@ func ListCommand() error {
if e := cmd.Wait(); e != nil {
return e
}
return nil
}
```