From: Yuriy M. Kaminskiy Date: Wed, 13 Apr 2016 14:36:36 +0000 (+0300) Subject: losetup: fix outdated comment X-Git-Tag: v2.29-rc1~284 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c79657ca85978521b4030a9e3486373ebaaaf10f;p=thirdparty%2Futil-linux.git losetup: fix outdated comment From abb2a420924c792be33aa3ed825b1348ea7d51a9 Mon Sep 17 00:00:00 2001 From: "Yuriy M. Kaminskiy" Date: Wed, 13 Apr 2016 17:30:10 +0300 Subject: [PATCH] losetup: fix outdated comment --direct-io argument was made optional by f98d9641a371421640a8f1cfe497030758f86dca, but this comment was not updated accordingly Signed-off-by: Yuriy M. Kaminskiy --- diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c index 1d57ab3414..2ae6ace27f 100644 --- a/sys-utils/losetup.c +++ b/sys-utils/losetup.c @@ -626,7 +626,7 @@ int main(int argc, char **argv) /* * losetup [--list] * OR - * losetup --direct-io DIO + * losetup --direct-io[=off] */ if (!set_dio) act = A_SHOW_ONE;