zsh-workers
 help / color / mirror / code / Atom feed
From: llua <llua@gmx.com>
To: zsh-workers@zsh.org
Subject: [PATCH 2/4] _btrfs: fix minor typo
Date: Tue, 18 Feb 2014 12:56:59 -0500	[thread overview]
Message-ID: <1392746221-1800-2-git-send-email-llua@gmx.com> (raw)
In-Reply-To: <1392746221-1800-1-git-send-email-llua@gmx.com>

From: Eric Cook <llua@gmx.com>

---
 Completion/Linux/Command/_btrfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Linux/Command/_btrfs b/Completion/Linux/Command/_btrfs
index 108f21e..3db0578 100644
--- a/Completion/Linux/Command/_btrfs
+++ b/Completion/Linux/Command/_btrfs
@@ -60,7 +60,7 @@ while (( $#state )); do
         subvolume:snapshot) args+=( '-r[readonly snapshot]' '1:snapshot:_files -/' );;
         subvolume:list) args+=( '-p[include parent ID in output]' '1:path:->mounts' );;
         subvolume:set-default) args+=( '1:id:_guard "[0-9]#" id' '2:path:->mounts' );;
-        filesystem:resize) args+=( '1:size:_guart "(|+|-)[0-9]#[GKM]"' '2:path:->mounts' );;
+        filesystem:resize) args+=( '1:size:_guard "(|+|-)[0-9]#[GKM]"' '2:path:->mounts' );;
         filesystem:defragment)
           args+=(
             '-v[verbose]'
-- 
1.8.5.3


  reply	other threads:[~2014-02-18 18:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18 17:56 [PATCH 1/4] _btrfs: Removed inconsistent hardtabs llua
2014-02-18 17:56 ` llua [this message]
2014-02-18 17:57 ` [PATCH 3/4] _btrfs: updated existing subcommands llua
2014-02-18 17:57 ` llua

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=1392746221-1800-2-git-send-email-llua@gmx.com \
    --to=llua@gmx.com \
    --cc=zsh-workers@zsh.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 public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).