summaryrefslogtreecommitdiffstats
path: root/tools/lvmchange.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lvmchange.c')
-rw-r--r--tools/lvmchange.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lvmchange.c b/tools/lvmchange.c
index 3e49f971..42b186b5 100644
--- a/tools/lvmchange.c
+++ b/tools/lvmchange.c
@@ -20,8 +20,8 @@
#include "tools.h"
-int lvmchange(int argc, char **argv) {
+int lvmchange(int argc, char **argv)
+{
log_print("With the device mapper, this program is obsolete.");
return 0;
}
-