mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(burl): misspelling
This commit is contained in:
parent
fb3836bbbe
commit
0becaa50fa
@ -1,7 +1,7 @@
|
||||
|
||||
function burl() {
|
||||
local url="$1"
|
||||
if [[ "$url" == '' || "$rl" == '-h' ]]; then
|
||||
if [[ "$url" == '' || "$url" == '-h' ]]; then
|
||||
cat <<EOF
|
||||
Usage:
|
||||
burl <URL> [...other args of curl]
|
||||
|
Loading…
Reference in New Issue
Block a user