This commit is contained in:
Thibault Kruse 2012-02-21 04:48:41 +00:00
parent 89390a6ab2
commit 3a3a1dc65d
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,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}