commit | e250ae9db20570447773f50abf581990c7ca37ce | [log] [tgz] |
---|---|---|
author | David Why Use Two When One Will Do Presotto <p@google.com> | Thu Feb 19 16:32:35 2015 -0800 |
committer | David Why Use Two When One Will Do Presotto <p@google.com> | Thu Feb 19 16:32:39 2015 -0800 |
tree | 3efcb41d3e1fc79ed12fc972785f091df584b3c5 | |
parent | 1c6e04b766562248a1a542c4cd8775d9e4cae6cf [diff] [blame] |
mounttable cmd: Change success message for Unmount. Change-Id: Ie1bc0a90425bf864178f0a875cfb6333042e9519
diff --git a/tools/mounttable/impl.go b/tools/mounttable/impl.go index 694d8bc..5b66223 100644 --- a/tools/mounttable/impl.go +++ b/tools/mounttable/impl.go
@@ -151,7 +151,7 @@ if err := call.Finish(); err != nil { return err } - fmt.Fprintln(cmd.Stdout(), "Name unmounted successfully.") + fmt.Fprintln(cmd.Stdout(), "Unmount successful or name not mounted.") return nil }