diff options
| author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2016-09-20 17:07:26 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-20 17:07:26 -0300 |
| commit | e20187cf9feea4f98c7b95bb1e718d815afa472d (patch) | |
| tree | e99d1e8743a7f6d4c1554100889479b4eccd05d4 /docs | |
| parent | 408eaf034e924f3b8af42adf366a9cdb881925d6 (diff) | |
| parent | 0759d761fa2b31462f739f822c8fb7dd77b28a38 (diff) | |
Merge pull request #1930 from kyrofa/feature/snapctl_help
many: support snapctl -h
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/hooks.md | 3 |
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 |
