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:
parent
da038ccb4b
commit
14db805f14
@ -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
|
||||
|
@ -3341,7 +3341,6 @@ int main(int argc, char **argv)
|
||||
|
||||
if (argc == 0) {
|
||||
_usage(stderr);
|
||||
r = 0;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user