From 400c5d26a555a7ed644a32c099ca1f18389abbbf Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Sun, 16 Mar 2008 00:06:49 +0100 Subject: [PATCH] Rename gcutils to gc-utils to not confuse people. Sometimes we write gcutils with dash, sometimes without to get a clearer, and less confusing naming we now use only gc-utils for that. Thats why we also change the name of the command Signed-off-by: David Soria Parra --- Makefile | 4 ++-- gcutils.1 => gc-utils.1 | 12 ++++++------ gcutils.sh => gc-utils.sh | 0 3 files changed, 8 insertions(+), 8 deletions(-) rename gcutils.1 => gc-utils.1 (74%) rename gcutils.sh => gc-utils.sh (100%) diff --git a/Makefile b/Makefile index 9255e19..a11e247 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ bindir_SQ = $(subst ','\'',$(bindir)) VERSION_SQ = $(subst .,\.,$(VERSION)) DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) -scripts = gc-import gc-update gc-commit gc-multi-commit gcutils -manpages = gc-import.1 gc-update.1 gc-commit.1 gc-multi-commit.1 gcutils.1 +scripts = gc-import gc-update gc-commit gc-multi-commit gc-utils +manpages = gc-import.1 gc-update.1 gc-commit.1 gc-multi-commit.1 gc-utils.1 manpagesgz = $(manpages:.1=.1.gz) ifndef V diff --git a/gcutils.1 b/gc-utils.1 similarity index 74% rename from gcutils.1 rename to gc-utils.1 index 954bd41..184c763 100644 --- a/gcutils.1 +++ b/gc-utils.1 @@ -1,15 +1,15 @@ .TH gc\-update 1 "March 1, 2008" "version $VERSION$" "USER COMMANDS" .sh NAME -gcutils \- gc\-utils suite +gc\-utils \- gc\-utils suite .SH SYNOPSIS -.B gcutils +.B gc\-utils [ help ] [ COMMAND ] .SH DESCRIPTION gc\-utils is a set of shell scripts that wrap git-cvsimport to simplify the interaction between git repositories and cvs. .PP -The gcutils command is a wrapper over the gc\-* commands that are part of gc\-utils. -If no command is given, gcutils shows a list of available commands. +The gc\-utils command is a wrapper over the gc\-* commands that are part of gc\-utils. +If no command is given, gc\-utils shows a list of available commands. .SH OPTIONS .TP help @@ -20,7 +20,7 @@ display the manual page for gc\-commit .PP .RS 4 .nf -gcutils help commit +gc\-utils help commit .fi .RE .TP @@ -28,7 +28,7 @@ update an repository using the gc command .PP .RS 4 .nf -gcutils update -v +gc\-utils update -v .fi .PP .SH EXIT STATUS diff --git a/gcutils.sh b/gc-utils.sh similarity index 100% rename from gcutils.sh rename to gc-utils.sh -- 2.11.4.GIT