From 7b36267dd2f696a252fc79e0d9ac67633e8d09f1 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 18 Feb 2012 14:11:33 +0000 Subject: [PATCH] Improve ordering of options in usage text. --- bin/stow.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/stow.in b/bin/stow.in index a601d9a..b2ede1d 100755 --- a/bin/stow.in +++ b/bin/stow.in @@ -619,22 +619,23 @@ SYNOPSIS: OPTIONS: - -n, --no, --simulate Do not actually make any filesystem changes -d DIR, --dir=DIR Set stow dir to DIR (default is current dir) -t DIR, --target=DIR Set target to DIR (default is parent of stow dir) - -v, --verbose[=N] Increase verbosity (levels are 0,1,2,3; - -v or --verbose adds 1; --verbose=N sets level) -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 --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 if the file is already stowed to another package + -p, --compat Use legacy algorithm for unstowing + + -n, --no, --simulate Do not actually make any filesystem changes + -v, --verbose[=N] Increase verbosity (levels are 0,1,2,3; + -v or --verbose adds 1; --verbose=N sets level) -V, --version Show stow version number -h, --help Show this help