Skip to content
Snippets Groups Projects
Commit 22c850aa authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent 72216dc6
No related branches found
No related tags found
No related merge requests found
Pipeline #12445 passed
...@@ -96,10 +96,10 @@ Stops the *tree* called `print`. Any running services will be stopped and unsupe ...@@ -96,10 +96,10 @@ Stops the *tree* called `print`. Any running services will be stopped and unsupe
### Create ### Create
#### Interface
This subcommand creates a *tree* that doesn't exist and potentially configures it based on the options used. This subcommand creates a *tree* that doesn't exist and potentially configures it based on the options used.
#### Interface
``` ```
tree create [ -h ] [ -o depends=:requiredby=:... ] *tree* tree create [ -h ] [ -o depends=:requiredby=:... ] *tree*
``` ```
...@@ -136,10 +136,10 @@ Creates, configures and clones a *tree* named `treefoo` where the clone of `tree ...@@ -136,10 +136,10 @@ Creates, configures and clones a *tree* named `treefoo` where the clone of `tree
### Admin ### Admin
#### Interface
This command allow to manage configuration of an already existing *tree*. This command allow to manage configuration of an already existing *tree*.
#### Interface
``` ```
tree admin [ -h ] [ -o depends=:requiredby=:... ] tree tree admin [ -h ] [ -o depends=:requiredby=:... ] tree
``` ```
...@@ -175,10 +175,10 @@ Deny all user of `treefoo` ...@@ -175,10 +175,10 @@ Deny all user of `treefoo`
### Remove ### Remove
#### Interface
This command remove a *tree*. This operation **cannot be** undone. Process with caution. This command remove a *tree*. This operation **cannot be** undone. Process with caution.
#### Interface
``` ```
tree remove [ -h ] tree tree remove [ -h ] tree
``` ```
...@@ -199,10 +199,10 @@ Tree dependencies, including required by dependencies, are managed. For instance ...@@ -199,10 +199,10 @@ Tree dependencies, including required by dependencies, are managed. For instance
### Enable ### Enable
#### Interface
This command enables a *tree* for the next boot. This command enables a *tree* for the next boot.
#### Interface
``` ```
tree enable [ -h ] tree tree enable [ -h ] tree
``` ```
...@@ -226,10 +226,10 @@ Enables `treefoo` tree ...@@ -226,10 +226,10 @@ Enables `treefoo` tree
### Disable ### Disable
#### Interface
This command is the exact opposite of `enable` command. This command is the exact opposite of `enable` command.
#### Interface
``` ```
tree disable [ -h ] tree tree disable [ -h ] tree
``` ```
...@@ -249,10 +249,10 @@ Disables `treefoo` tree ...@@ -249,10 +249,10 @@ Disables `treefoo` tree
### Current ### Current
#### Interface
This command a *tree* as the current one. This command a *tree* as the current one.
#### Interface
``` ```
66 tree [ -h ] current tree 66 tree [ -h ] current tree
``` ```
...@@ -272,10 +272,10 @@ Marks `treefoo` as current ...@@ -272,10 +272,10 @@ Marks `treefoo` as current
### Status ### Status
#### Interface
This command displays information about a *tree*. This command displays information about a *tree*.
#### Interface
``` ```
tree status [ -h ] [ -n ] [ -o name,enabled,... ] [ -g ] [ -d depth ] [ -r ] tree tree status [ -h ] [ -n ] [ -o name,enabled,... ] [ -g ] [ -d depth ] [ -r ] tree
``` ```
...@@ -387,10 +387,10 @@ Contents : \ ...@@ -387,10 +387,10 @@ Contents : \
### Resolve ### Resolve
#### Interface
This command displays the complete contents of the [resolve](deeper.html#resolve-files) file of the *tree*. This command displays the complete contents of the [resolve](deeper.html#resolve-files) file of the *tree*.
#### Interface
``` ```
66 tree resolve [ -h ] tree 66 tree resolve [ -h ] tree
``` ```
...@@ -409,10 +409,10 @@ Displays contents of the `treefoo` resolve file. ...@@ -409,10 +409,10 @@ Displays contents of the `treefoo` resolve file.
``` ```
### Init ### Init
#### Interface
This command initiate services of a tree to a scandir directory This command initiate services of a tree to a scandir directory
#### Interface
``` ```
66 tree init [ -h ] tree 66 tree init [ -h ] tree
``` ```
...@@ -434,10 +434,10 @@ Initiates all *enabled* services of `treefoo` to a running scandir ...@@ -434,10 +434,10 @@ Initiates all *enabled* services of `treefoo` to a running scandir
### Start ### Start
#### Interface
This command starts all services **marked enabled** within tree This command starts all services **marked enabled** within tree
#### Interface
``` ```
tree start [ -h ] [ -f ] tree tree start [ -h ] [ -f ] tree
``` ```
...@@ -464,10 +464,10 @@ Starts all services marked enabled of tree `treefoo` ...@@ -464,10 +464,10 @@ Starts all services marked enabled of tree `treefoo`
### Stop ### Stop
#### Interface
This command stops all **running services** within tree This command stops all **running services** within tree
#### Interface
``` ```
66 tree stop [ -h ] [ -f ] tree 66 tree stop [ -h ] [ -f ] tree
``` ```
...@@ -495,10 +495,10 @@ Stops all services of tree `treefoo` ...@@ -495,10 +495,10 @@ Stops all services of tree `treefoo`
### Free ### Free
#### Interface
This command stops and unsupervise tree. This command stops and unsupervise tree.
#### Interface
``` ```
66 tree free [ -h ] [ -f ] tree 66 tree free [ -h ] [ -f ] tree
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment