提交 5c3c4725 编写于 作者: S Siddharth Kothari

includes help switch info when user is not logged in

上级 48c3dc15
......@@ -31,7 +31,7 @@ func LoadUserSessionAsString() (string, error) {
if len(token) > 0 {
return token, nil
}
return "", errors.New("user not logged in")
return "", errors.New("user not logged in, see --help on how to login.")
}
// LoadUserSessionAsCookie loads and returns arrays of cookies
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册