Yes sorry, there must be at least one "pick" (the first one). Thus, <rev> is the last commit before yours, so the rebase text file will contain all of your commits.
Use git commit --amend to change the last commit, or git rebase -i with "reword" instead of "pick".