all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 47719@debbugs.gnu.org
Subject: [bug#47719] [PATCH] guix: scripts: system: Realign action docstrings
Date: Mon, 12 Apr 2021 10:32:24 +0300	[thread overview]
Message-ID: <87wnt86iyv.fsf@trop.in> (raw)

Long actions like switch-generations and delete-generations make actions help
table from `guix system --help` to be missaligned.  This commit alignes all
the action docstrings to the longest action name (delete-generations).
---

guix/scripts/system.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index 0a051ee4e3..45e849b00e 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -939,35 +939,35 @@ Some ACTIONS support additional ARGS.\n"))
   (display (G_ "The valid values for ACTION are:\n"))
   (newline)
   (display (G_ "\
-   search           search for existing service types\n"))
+   search             search for existing service types\n"))
   (display (G_ "\
-   reconfigure      switch to a new operating system configuration\n"))
+   reconfigure        switch to a new operating system configuration\n"))
   (display (G_ "\
-   roll-back        switch to the previous operating system configuration\n"))
+   roll-back          switch to the previous operating system configuration\n"))
   (display (G_ "\
-   describe         describe the current system\n"))
+   describe           describe the current system\n"))
   (display (G_ "\
-   list-generations list the system generations\n"))
+   list-generations   list the system generations\n"))
   (display (G_ "\
-   switch-generation switch to an existing operating system configuration\n"))
+   switch-generation  switch to an existing operating system configuration\n"))
   (display (G_ "\
    delete-generations delete old system generations\n"))
   (display (G_ "\
-   build            build the operating system without installing anything\n"))
+   build              build the operating system without installing anything\n"))
   (display (G_ "\
-   container        build a container that shares the host's store\n"))
+   container          build a container that shares the host's store\n"))
   (display (G_ "\
-   vm               build a virtual machine image that shares the host's store\n"))
+   vm                 build a virtual machine image that shares the host's store\n"))
   (display (G_ "\
-   image            build a Guix System image\n"))
+   image              build a Guix System image\n"))
   (display (G_ "\
-   docker-image     build a Docker image\n"))
+   docker-image       build a Docker image\n"))
   (display (G_ "\
-   init             initialize a root file system to run GNU\n"))
+   init               initialize a root file system to run GNU\n"))
   (display (G_ "\
-   extension-graph  emit the service extension graph in Dot format\n"))
+   extension-graph    emit the service extension graph in Dot format\n"))
   (display (G_ "\
-   shepherd-graph   emit the graph of shepherd services in Dot format\n"))
+   shepherd-graph     emit the graph of shepherd services in Dot format\n"))
 
   (show-build-options-help)
   (display (G_ "
-- 
2.31.1





                 reply	other threads:[~2021-04-12  7:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wnt86iyv.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=47719@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.