diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-14 14:20:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-14 14:20:10 -0400 |
commit | c9de9610c5d4ba68c0cfdb2a567f2431ee034674 (patch) | |
tree | 5e8623e450f7872624a96b377b481fc43c43df8b /doc | |
parent | 0564335c2218cf85d8c451fc9060b27101e30cb0 (diff) |
fix RESUME
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/git-remote-daemon.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn index fbc28859b..56afa409a 100644 --- a/doc/design/git-remote-daemon.mdwn +++ b/doc/design/git-remote-daemon.mdwn @@ -105,7 +105,7 @@ the webapp. * `RESUME` - Undoes PAUSE or DISCONNECTED. + Undoes PAUSE or LOSTNET. Start back up network connections. * `CHANGED ref ...` |