Fixes #3500, Copy pasta find/replace bug

git-svn-id: file:///home/svn/framework3/trunk@11553 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-01-12 01:21:52 +00:00
parent 9399e69425
commit a7d92937df
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class Post
print(
"Usage: run [options]\n\n" +
"Launches a post module.\n" +
@@auxiliary_opts.usage)
@@post_opts.usage)
return false
end
}