X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=README;fp=README;h=bccfd0b92c7e9e6f82abff64890f0fd72c2c27d6;hp=369d18096bb0d54cf8180aecc584d3de5bfe0d2f;hb=0c3a62e21d624c6076fc69dd2310bea0dd556ab8;hpb=00f4d1f6016748f8b4623d8ff32546069f763a95 diff --git a/README b/README index 369d180..bccfd0b 100644 --- a/README +++ b/README @@ -3,10 +3,10 @@ NAME directory tree. VERSION - Version 0.04 + Version 0.05 SYNOPSIS - rgit [-K|-V|-I] [GIT_OPTIONS] COMMAND [COMMAND_ARGS] + rgit [-K|-I|-D|-V] [GIT_OPTIONS] COMMAND [COMMAND_ARGS] DESCRIPTION This utility recursively searches in the current directory (or in the @@ -60,6 +60,10 @@ COMMAND LINE SWITCHES Term::ReadKey to be installed. This lets you choose interactively what to do when one of the commands returns a non-zero status. + * "-D" + + Outputs diagnostics. + * "-V" Outputs the version. @@ -79,7 +83,7 @@ EXAMPLES GIT_DIR="/foo/bar" rgit remote add host git://host/qux/^b DEPENDENCIES - The core modules Carp, "Config", Cwd, Exporter, File::Find, + The core modules Carp, Config, Cwd, Exporter, File::Find, File::Spec::Functions and POSIX. Object::Tiny.