summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/sync_ext.pl (renamed from win32/sncfnmcs.pl)9
1 files changed, 5 insertions, 4 deletions
diff --git a/win32/sncfnmcs.pl b/win32/sync_ext.pl
index bb62460ea0..e482b69838 100644
--- a/win32/sncfnmcs.pl
+++ b/win32/sync_ext.pl
@@ -1,8 +1,9 @@
=comment
-Synchronize filename cases.
-This script takes two arguments - first and second extensions to synchronize
-filename cases with.
+Synchronize filename cases for extensions.
+
+This script takes two arguments - first and second extensions to
+synchronize filename cases with.
There may be specified following options:
--verbose <== say everything what is going on
@@ -12,7 +13,7 @@ There may be specified following options:
Every such option can be specified with an optional "no" prefix to negate it.
Typically, it is invoked as:
- perl sync-fnamescase.pl c obj --verbose
+ perl sync_ext.pl c obj --verbose
=cut