Correct spelling of 'rosed'
Found this misspelling. There are a couple more instances of 'rossed' in this file, but those may be intentional.
This commit is contained in:
parent
76c860373f
commit
e39d114e1a
|
@ -259,7 +259,7 @@ function _roscmd {
|
||||||
function rosed {
|
function rosed {
|
||||||
local arg
|
local arg
|
||||||
if [[ $1 = "--help" ]]; then
|
if [[ $1 = "--help" ]]; then
|
||||||
echo -e "usage: rossed [package] [file]\n\nEdit a file within a package."
|
echo -e "usage: rosed [package] [file]\n\nEdit a file within a package."
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
_roscmd ${1} ${2}
|
_roscmd ${1} ${2}
|
||||||
|
|
Loading…
Reference in New Issue