mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Name fix
This commit is contained in:
parent
b326820004
commit
d4ea17111e
3 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#!/bin/zsh
|
||||
|
||||
function omz_usage() {
|
||||
echo "OH MY ZSH! command line tool. Available commands:"
|
||||
echo "Oh My Zsh command line tool. Available commands:"
|
||||
echo " plugin NAME Enable plugin specified by NAME"
|
||||
echo " theme Choose theme"
|
||||
echo " upgrade Upgrade OH MY ZSH!"
|
||||
echo " uninstall Remove OH MY ZSH! :("
|
||||
echo " upgrade Upgrade Oh My Zsh"
|
||||
echo " uninstall Remove Oh My Zsh :("
|
||||
echo " help Show this help"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue