From: Stefan Bund Date: Mon, 9 Nov 2009 12:10:12 +0000 (+0100) Subject: Typo fixes X-Git-Url: http://g0dil.de/git?p=mapsector.git;a=commitdiff_plain;h=3a550589bd47518073e5e5a4ef8da192373fe1e6 Typo fixes --- diff --git a/debian/control b/debian/control index ba9c4cb..5e478ae 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: extra Maintainer: Stefan Bund Build-Depends: debhelper (>= 7) Standards-Version: 3.7.3 -Homepage: Package: mapsector Architecture: all diff --git a/lib/50_map_crtypt.sh b/lib/50_map_crypt.sh similarity index 100% rename from lib/50_map_crtypt.sh rename to lib/50_map_crypt.sh diff --git a/mapsector b/mapsector index d8aaa24..4e2a5ec 100755 --- a/mapsector +++ b/mapsector @@ -102,7 +102,7 @@ if [ -n "$help" -o -z "$2" ]; then cat < " -mapsector -- Map sector numbers to file name(s) +mapsector -- Map sector number to file name(s) Given a device and a sector number, mapsector will try to find the file name(s) mapping to this sector. It will try to gather as much @@ -137,7 +137,7 @@ mapsector will give you the mountpoint). if '--noscan' is given, the possibly lengthy (!!) filesystem scan for filenames is skipped. --- mapsector Version $version +-- mapsector $version EOF exit "${help:-1}" fi