summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2012-02-18 14:11:33 +0000
committerAdam Spiers <stow@adamspiers.org>2012-02-18 17:14:50 +0000
commit7b36267dd2f696a252fc79e0d9ac67633e8d09f1 (patch)
treeddb84700c562b71201c19b3e4fc1150f7d7086d0 /bin
parenta5c2134f59d5346ec7bf62415794ea559c04e5d0 (diff)
downloadstow-7b36267dd2f696a252fc79e0d9ac67633e8d09f1.tar.gz
Improve ordering of options in usage text.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/stow.in9
1 files 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