aboutsummaryrefslogtreecommitdiffstats
path: root/cli/cli.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli.go')
-rw-r--r--cli/cli.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli.go b/cli/cli.go
index d78c838..fb25a25 100644
--- a/cli/cli.go
+++ b/cli/cli.go
@@ -288,7 +288,7 @@ func Unshare(d *gdrive.Drive, fileId string) {
return
}
- fmt.Printf("File '%s' is now longer shared to 'anyone'\n", info.Title)
+ fmt.Printf("File '%s' is no longer shared to 'anyone'\n", info.Title)
}
func isShared(d *gdrive.Drive, fileId string) bool {