mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 14:20:08 +00:00
fix(burl): misspelling
This commit is contained in:
parent
fb3836bbbe
commit
0becaa50fa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
function burl() {
|
function burl() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
if [[ "$url" == '' || "$rl" == '-h' ]]; then
|
if [[ "$url" == '' || "$url" == '-h' ]]; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage:
|
Usage:
|
||||||
burl <URL> [...other args of curl]
|
burl <URL> [...other args of curl]
|
||||||
|
|
Loading…
Reference in a new issue