From: martin f. krafft Subject: [TopGit PATCH] Require an argument to tg -r Right now, if -r is passed to tg, an ugly shift error occurs. This patch checks for that case and outputs the help message if it occurs. Signed-off-by: martin f. krafft