unofficial mirror of gwl-devel@gnu.org
 help / color / mirror / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: gwl-devel@gnu.org
Cc: Kyle Meyer <kyle@kyleam.com>
Subject: [PATCH] guix: workflow: Fix short flag for --force.
Date: Thu,  7 Feb 2019 17:34:51 -0500	[thread overview]
Message-ID: <20190207223451.21140-1-kyle@kyleam.com> (raw)

* guix/scripts/workflow.scm (%options): Correct character literal for
--force's short flag.
---
 guix/scripts/workflow.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/workflow.scm b/guix/scripts/workflow.scm
index c8ef183..34163ed 100644
--- a/guix/scripts/workflow.scm
+++ b/guix/scripts/workflow.scm
@@ -89,7 +89,7 @@ (define %options
         (option '(#\n "dry-run") #f #f
                 (lambda (opt name arg result)
                   (alist-cons 'dry-run #t result)))
-        (option '(#f "force") #f #f
+        (option '(#\f "force") #f #f
                 (lambda (opt name arg result)
                   (alist-cons 'force #t result)))
         (option '(#\g "graph") #t #f
-- 
2.20.1

             reply	other threads:[~2019-02-07 22:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-07 22:34 Kyle Meyer [this message]
2019-02-26 22:51 ` [PATCH] guix: workflow: Fix short flag for --force Kyle Meyer
2019-03-02 19:52   ` Ricardo Wurmus
2019-03-02 20:01     ` Kyle Meyer

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

  List information: https://www.guixwl.org/

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

  git send-email \
    --in-reply-to=20190207223451.21140-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=gwl-devel@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).