mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 12:50:58 +01:00
fix(burl): misspelling
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user