summaryrefslogtreecommitdiffstats
path: root/mount/lomount.c
diff options
context:
space:
mode:
authorKarel Zak2008-04-15 13:44:21 +0200
committerKarel Zak2008-04-15 15:18:48 +0200
commit4ac02d4dd00dcba2ccb14077b981fb2f971ba714 (patch)
treecc1a1808fa811b38b83a25b1be808cbd4999a6fe /mount/lomount.c
parentmount: add support for sizelimit= mount option (for loop mounts) (diff)
downloadkernel-qcow2-util-linux-4ac02d4dd00dcba2ccb14077b981fb2f971ba714.tar.gz
kernel-qcow2-util-linux-4ac02d4dd00dcba2ccb14077b981fb2f971ba714.tar.xz
kernel-qcow2-util-linux-4ac02d4dd00dcba2ccb14077b981fb2f971ba714.zip
losetup: mark the option -s as deprecated
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/lomount.c')
-rw-r--r--mount/lomount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/lomount.c b/mount/lomount.c
index 953fe86b1..028986f56 100644
--- a/mount/lomount.c
+++ b/mount/lomount.c
@@ -840,7 +840,7 @@ usage(void) {
" --sizelimit <num> loop limited to only <num> bytes of the file\n"
" -p | --pass-fd <num> read passphrase from file descriptor <num>\n"
" -r | --read-only setup read-only loop device\n"
- " -s | --show print device name (with -f <file>)\n"
+ " --show print device name (with -f <file>)\n"
" -v | --verbose verbose mode\n\n"),
progname);
exit(1);