From 88178150598e8b2296f2578f8471c856bfe67759 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 7 Dec 2011 01:20:07 +0000 Subject: [PATCH] Make capitalisation consistent in usage text. --- bin/stow.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/stow.in b/bin/stow.in index f06d6a9..f31b64a 100755 --- a/bin/stow.in +++ b/bin/stow.in @@ -610,12 +610,12 @@ OPTIONS: -S, --stow Stow the package names that follow this option -D, --delete Unstow the package names that follow this option -R, --restow Restow (like stow -D followed by stow -S) - -p, --compat use legacy algorithm for unstowing + -p, --compat Use legacy algorithm for unstowing - --ignore=REGEX ignore files ending in this perl regex - --defer=REGEX don't stow files beginning with this perl regex + --ignore=REGEX Ignore files ending in this Perl regex + --defer=REGEX Don't stow files beginning with this Perl regex if the file is already stowed to another package - --override=REGEX force stowing files beginning with this perl regex + --override=REGEX Force stowing files beginning with this Perl regex if the file is already stowed to another package -V, --version Show stow version number -h, --help Show this help