GNU bug report logs - #77879
[PATCH] doc: contributing: Use long options as they are easier to understand.

Previous Next

Package: guix-patches;

Reported by: nomike <nomike <at> nomike.com>

Date: Thu, 17 Apr 2025 22:09:05 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77879 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77879; Package guix-patches. (Thu, 17 Apr 2025 22:09:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to nomike <nomike <at> nomike.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 17 Apr 2025 22:09:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: nomike <nomike <at> nomike.com>
To: guix-patches <at> gnu.org
Cc: nomike <nomike <at> nomike.com>
Subject: [PATCH] doc: contributing: Use long options as they are easier to
 understand.
Date: Fri, 18 Apr 2025 00:04:43 +0200
Change-Id: Id58d84cb9eef17e29f67ce957f07756287f87471
---
Especially for newbies it's much easiet to understand what's happening
when long options are used. They are easier to remember and easier to
lookup in the documentation as well.

 doc/contributing.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index ab4f30d54b..b9559d41b5 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -171,17 +171,17 @@ all the dependencies and appropriate environment variables are set up to
 hack on Guix:
 
 @example
-guix shell -D guix -CPW
+guix shell --development guix --container --link-profile --nesting
 @end example
 
 or even, from within a Git worktree for Guix:
 
 @example
-guix shell -CPW
+guix shell --container --link-profile --nesting
 @end example
 
-If @option{-C} (short for @option{--container}) is not supported on your
-system, try @command{--pure} instead of @option{-CPW}.
+If @option{--container} is not supported on your
+system, try @command{--pure} instead of @option{--container --link-profile --nesting}.
 @xref{Invoking guix shell}, for more information on that command.
 
 If you are unable to use Guix when building Guix from a checkout, the
-- 
2.49.0





This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.