1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Revert previous commit as it would return also for incorrect syntax.

This commit is contained in:
Zdenek Kabelac 2010-07-08 14:29:26 +00:00
parent da038ccb4b
commit 14db805f14
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
Version 1.02.53 -
===============================
Fix return value to 0 for 'dmsetup -c -o help'.
Use "nowatch" udev rule for inappropriate devices.
Version 1.02.52 - 6th July 2010

View File

@ -3341,7 +3341,6 @@ int main(int argc, char **argv)
if (argc == 0) {
_usage(stderr);
r = 0;
goto out;
}