From 55232af89116eeabd3accb94a32a23ecb10244cb Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Tue, 18 Feb 2014 12:56:59 -0500 Subject: minor typo in btrfs completion --- ChangeLog | 2 ++ Completion/Linux/Command/_btrfs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eee7c2e5e..8bc223f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-02-18 Peter Stephenson + * Eric Cook: Completion/Linux/Command/_btrfs: minor typo. + * Eric Cook: Completion/Linux/Command/_btrfs: remove hard tabs. * m0viefreak: Util/helpfiles: 32402: prefer col -bx to colcrt. diff --git a/Completion/Linux/Command/_btrfs b/Completion/Linux/Command/_btrfs index 108f21ef8..3db057857 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]' -- cgit 1.4.1