zsh-workers
 help / color / mirror / code / Atom feed
d9e3530c1ebfb2b2b03cdff6b03c4572eeb469ec blob 886 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
if [ $# -eq 0 ]; then
    man btrfs
    return
fi

while [[ $# != 0 && $1 == -* ]]; do
    shift
done

case $1 in
    (b*)    man btrfs-balance          ;;
    (c*)    man btrfs-check            ;;
    (d*)    man btrfs-device           ;;
    (f*)    man btrfs-filesystem       ;;
    (i*)    man btrfs-image            ;;
    (i*)    man btrfs-inspect-internal ;;
    (m*)    man btrfs-map-logical      ;;
    (p*)    man btrfs-property         ;;
    (q*)    man btrfs-qgroup           ;;
    (q*)    man btrfs-quota            ;;
    (rec*)  man btrfs-receive          ;;
    (rep*)  man btrfs-replace          ;;
    (resc*) man btrfs-rescue           ;;
    (rest*) man btrfs-restore          ;;
    (sc*)   man btrfs-scrub            ;;
    (se*)   man btrfs-send             ;;
    (su*)   man btrfs-subvolume        ;;
    (*)     man btrfs                  ;;
esac

return $?
debug log:

solving d9e3530c1 ...
found d9e3530c1 in https://inbox.vuxu.org/zsh-workers/20181227152444.31608-2-me@rmz.io/

applying [1/1] https://inbox.vuxu.org/zsh-workers/20181227152444.31608-2-me@rmz.io/
diff --git a/Functions/Misc/run-help-btrfs b/Functions/Misc/run-help-btrfs
new file mode 100644
index 000000000..d9e3530c1

Checking patch Functions/Misc/run-help-btrfs...
Applied patch Functions/Misc/run-help-btrfs cleanly.

index at:
100644 d9e3530c1ebfb2b2b03cdff6b03c4572eeb469ec	Functions/Misc/run-help-btrfs

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).