copy-blockdev: Fix a typo 47/320447/1
authora.adaszkiewi <a.adaszkiewi@samsung.com>
Fri, 28 Feb 2025 14:50:20 +0000 (15:50 +0100)
committera.adaszkiewi <a.adaszkiewi@samsung.com>
Fri, 28 Feb 2025 15:00:26 +0000 (16:00 +0100)
Change-Id: Ie42f34594e8870f8795c3d138fffc3b89a4debb6

src/copy-blockdev/lib.c

index fab5d8eda1b609669799821e8623beb59c70966c..f4f7a124121a27b18fb4731372b92af069a56e98 100644 (file)
@@ -35,7 +35,7 @@ void usage(char *name) {
                     "  -t, --progress-to <num>\tstop progress on <num> [%%]. <num> <= 100 && <num> >= --progress-from value\n"
                     "  -h, --help\t\t\tshow help\n"
                     "  -u, --update\t\t\tUpdate progress of copying. Print it to stdout\n"
-                    "  -p, --partsize <num>\bytes transferred by each sendfile = <num>. 0 < <num> <= 2147479552\n"
+                    "  -p, --partsize <num>\tbytes transferred by each sendfile = <num>. 0 < <num> <= 2147479552\n"
                     "  -s, --sha1 calculate and check SHA1 checksums after copying\n"
                     "\n"
                     "Notes\n"