From ce88793698eb7d53034ff4489f6d484f2b03f8ce Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 21 Dec 2005 17:00:25 +0000 Subject: When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 12c45b45f..9de9df8f3 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1657,7 +1657,7 @@ "\t-f\t\toutput data as the log grows" #define losetup_trivial_usage \ - "[-od] LOOPDEVICE [FILE]\n" + "[-od] LOOPDEVICE [FILE]" #define losetup_full_usage \ "Associate LOOPDEVICE with FILE, or display current association.\n\n" \ "Options:\n" \ -- cgit v1.2.3