summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2015-01-06 19:31:39 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2015-01-12 22:08:40 +0100
commit0cc69f13c2355831e8f07962c072c09ca35fd5f3 (patch)
tree68bfc12809da42dc51b59a27b9c3eb694f748106 /docs
parentf9a86cbf053a91a387499615bc6930548a51a463 (diff)
downloadnetctl-0cc69f13c2355831e8f07962c072c09ca35fd5f3.tar.gz
netctl-0cc69f13c2355831e8f07962c072c09ca35fd5f3.tar.xz
Add edit subcommand to netctl
Diffstat (limited to 'docs')
-rw-r--r--docs/netctl.1.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/netctl.1.txt b/docs/netctl.1.txt
index 4120bdc..1f8b8cf 100644
--- a/docs/netctl.1.txt
+++ b/docs/netctl.1.txt
@@ -68,13 +68,17 @@ The following commands are understood:
the file created by `*enable*' even if it was customized, so be
careful.
+*reenable [+PROFILE+]*::
+ Reenable the systemd unit for the profile specified. This is
+ effectively a combination of `*disable*' and `*enable*'.
+
*is-enabled [+PROFILE+]*::
Check whether the systemd unit for the specified profile is enabled.
Prints the current enable status.
-*reenable [+PROFILE+]*::
- Reenable the systemd unit for the profile specified. This is
- effectively a combination of `*disable*' and `*enable*'.
+*edit [+PROFILE+]*::
+ Open the file of the specified profile in an editor. This does not
+ reenable or restart any profiles.
EXIT STATUS