diff options
author | Rob Landley | 2005-12-21 17:00:25 +0000 |
---|---|---|
committer | Rob Landley | 2005-12-21 17:00:25 +0000 |
commit | ce88793698eb7d53034ff4489f6d484f2b03f8ce (patch) | |
tree | 37cca22cb087752dba745f9ed6af6e38ce20be26 /include | |
parent | 90854679703217971ebeafe34836473b2e1fff9b (diff) | |
download | busybox-ce88793698eb7d53034ff4489f6d484f2b03f8ce.zip busybox-ce88793698eb7d53034ff4489f6d484f2b03f8ce.tar.gz |
When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 12c45b4..9de9df8 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" \ |