summaryrefslogtreecommitdiff
path: root/f2fs_utils
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2019-12-17 18:35:51 -0800
committerDaniel Rosenberg <drosen@google.com>2020-01-08 15:09:33 -0800
commit7e2d592aeba400e4975dcefbc87ea0d663b493b1 (patch)
tree971c6f8383cf52b1a322cf73ea483e6ab8078a4e /f2fs_utils
parent65ff02b927a727abc0bd0a5a5ba53a441ead17fb (diff)
downloadextras-7e2d592aeba400e4975dcefbc87ea0d663b493b1.tar.gz
Fix help string for f2fs
Help showed the operands in the wrong order. The script does not appear to allow for there to be in different order, so fixing the help message Test: None (could confirm necessary by invoking with flags in other order and seeing that it doesn't see the flags) Change-Id: Ia0a5a41f4743caf03e39df7be53f717a2642b764
Diffstat (limited to 'f2fs_utils')
-rwxr-xr-xf2fs_utils/mkf2fsuserimg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/f2fs_utils/mkf2fsuserimg.sh b/f2fs_utils/mkf2fsuserimg.sh
index 582f63c9..97e267c3 100755
--- a/f2fs_utils/mkf2fsuserimg.sh
+++ b/f2fs_utils/mkf2fsuserimg.sh
@@ -6,9 +6,9 @@ function usage() {
cat<<EOT
Usage:
${0##*/} OUTPUT_FILE SIZE
- [-C FS_CONFIG] [-f SRC_DIR] [-D PRODUCT_OUT]
+ [-S] [-C FS_CONFIG] [-f SRC_DIR] [-D PRODUCT_OUT]
[-s FILE_CONTEXTS] [-t MOUNT_POINT] [-T TIMESTAMP]
- [-L LABEL] [-S]
+ [-L LABEL]
EOT
}