From 7e761f840de4157426d5d9eec99f0d51030d66a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abril=20Rinc=C3=B3n=20Blanco?= Date: Tue, 15 Jul 2025 12:14:58 +0200 Subject: [PATCH] Clarify no channel without user --- reference/conanfile/attributes/references.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/conanfile/attributes/references.inc b/reference/conanfile/attributes/references.inc index 31ed4ca020c9..3d7d92a3b8ba 100644 --- a/reference/conanfile/attributes/references.inc +++ b/reference/conanfile/attributes/references.inc @@ -51,4 +51,5 @@ This is an optional attribute. It is sometimes used to identify a maturity of th but in general this is not necessary, and the maturity of packages is better managed by putting them in different server repositories. -The channel can be specified in the command line with ``--channel=`` +The channel can be specified in the command line with ``--channel=``. If a channel is specified, +a user must also be specified, so the package reference is always complete as ``pkg/version@user/channel``.