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:
Jacob Mason 2016-09-08 16:23:28 -05:00 committed by Dirk Thomas
parent 76c860373f
commit e39d114e1a
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ function _roscmd {
function rosed {
local arg
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
fi
_roscmd ${1} ${2}