summaryrefslogtreecommitdiff
path: root/docs
diff options
authorJamie Strandboge <jamie@ubuntu.com>2016-09-21 06:58:07 -0500
committerJamie Strandboge <jamie@ubuntu.com>2016-09-21 06:58:07 -0500
commit858c9cb617a7cf834bf7774bb1ace0699e2bcaf9 (patch)
treeff65ed866c18a295b37d3bc905fa34c5bf0bda78 /docs
parentc37aef87536806a5b6d2bf4705d3f1b18d11b1f6 (diff)
parent663f8918bd52c3fd9ce265c0659d7dc02b4df5f1 (diff)
Merge remote-tracking branch 'upstream/master' into jdstrand.docker
Diffstat (limited to 'docs')
-rw-r--r--docs/hooks.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hooks.md b/docs/hooks.md
index b4e879f1ac..f4c0b66a31 100644
--- a/docs/hooks.md
+++ b/docs/hooks.md
@@ -22,7 +22,8 @@ top-level attribute `hooks` in `snap.yaml` to request plugs, like so:
plugs: [network] # Or any other plugs required by this hook
Note that hooks will be called with no parameters. If they need more information
-from snapd they can utilize the `snapctl` command.
+from snapd (or need to provide information to snapd) they can utilize the
+`snapctl` command (for more information on `snapctl`, see `snapctl -h`).
## Supported Hooks