summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-08-08 11:40:08 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-08-08 11:40:08 +0000
commiteadf6f25016c6b47a85496df5715182dd9104e57 (patch)
treebc5a00863c11c62049b2f69660f6ebf42d7845d8
parentd0c6c55244b275920c02fa1bb6d9244aa4cc23c3 (diff)
add rtag command aliases;
-rw-r--r--usr.bin/cvs/tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/tag.c b/usr.bin/cvs/tag.c
index a707274f22b..0742b78fd6a 100644
--- a/usr.bin/cvs/tag.c
+++ b/usr.bin/cvs/tag.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tag.c,v 1.29 2005/07/27 16:42:19 xsa Exp $ */
+/* $OpenBSD: tag.c,v 1.30 2005/08/08 11:40:07 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* Copyright (c) 2004 Joris Vink <joris@openbsd.org>
@@ -70,7 +70,7 @@ struct cvs_cmd cvs_cmd_tag = {
struct cvs_cmd cvs_cmd_rtag = {
CVS_OP_RTAG, CVS_REQ_TAG, "rtag",
- { },
+ { "rt", "rfreeze" },
"Add a symbolic tag to a module",
"[-abdFflnR] [-D date | -r rev] symbolic_tag modules ...",
"abD:fFflnRr:",