diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:12:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:06 -0400 |
commit | 2a6cfd1e5c25a09f87b409b6332895a395a526cf (patch) | |
tree | c7ce502c63ca8a093c06a2ee4ceb624990881109 /system/fio/README | |
parent | 3f372d2f14e56cef651e7ffdf3317939d20c7c2f (diff) | |
download | slackbuilds-2a6cfd1e5c25a09f87b409b6332895a395a526cf.tar.gz |
system/fio: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/fio/README')
-rw-r--r-- | system/fio/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/fio/README b/system/fio/README index 9a6fac8268..0bf5fd9be1 100644 --- a/system/fio/README +++ b/system/fio/README @@ -11,7 +11,7 @@ To build the fio GUI, pass GUI=yes to the SlackBuild script: Example Usage: -This process runs a random read and write of two 128MB files created during -execution of fio. +This process runs a random read and write of two 128MB files created +during execution of fio. $ fio --name=global --rw=randread --size=128m --name=job1 --name=job2 |