From 7ec079b8c3ad6ef583de2fb02b7544332f229712 Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Wed, 27 Nov 2013 15:11:39 +0100 Subject: [PATCH] Update packaging_apps.md --- packaging_apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging_apps.md b/packaging_apps.md index 124b0c18..3f966470 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -133,7 +133,7 @@ The CLI [moulinette](#/moulinette) provides a few tools to make the packager's w sudo yunohost app setting [ -v ] ```
-This is the most important helper of YunoHost. It allow you to store some settings for a specific app, in order to be either reused afterward or used for YunoHost configuration (**e.g.** for the SSO). +This is the most important helper of YunoHost. It allows you to store some settings for a specific app, in order to be either reused afterward or used for YunoHost configuration (**e.g.** for the SSO).

It sets the value if you append ```-v ```, and gets it otherwise.
@@ -144,7 +144,7 @@ It sets the value if you append ```-v ```, and gets it otherwise. sudo yunohost app checkurl -a ```
-This helper is useful for web apps and allow you to be sure that the web path is not taken by another app. If not, it "reserves" the path. +This helper is useful for web apps and allows you to be sure that the web path is not taken by another app. If not, it "reserves" the path.

**Note** : Do not prepend `http://` or `https://` to the ``.