aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/badblocks.fish
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-01-12 00:08:41 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-01-12 00:08:41 +0100
commit8e79da3b2ddb617c526775e1b960165d4cb5674a (patch)
tree00cbf0c3feb1456705b25ede75224a5ccc531ed6 /share/completions/badblocks.fish
parent1dac0041d55992be1340f9b28ae425c100ff4ba7 (diff)
Fix typos
Fixes #2673.
Diffstat (limited to 'share/completions/badblocks.fish')
-rw-r--r--share/completions/badblocks.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/badblocks.fish b/share/completions/badblocks.fish
index c71c57b0..851b71ec 100644
--- a/share/completions/badblocks.fish
+++ b/share/completions/badblocks.fish
@@ -7,7 +7,7 @@
complete -c badblocks -s b --description 'Block-size Specify the size of blocks in bytes'
complete -c badblocks -s c --description 'Number of blocks is the number of blocks which are tested at a time'
-complete -c badblocks -s f --description 'Normally, badblocks will refuse to do a read/write or a nondestructive test on a device which is mounted, since either can cause the system to potentially crash and/or damage the filesys‐ tem even if it is mounted read-only'
+complete -c badblocks -s f --description 'Normally, badblocks will refuse to do a read/write or a nondestructive test on a device which is mounted, since either can cause the system to potentially crash and/or damage the filesystem even if it is mounted read-only'
complete -c badblocks -s i --description 'Input_file Read a list of already existing known bad blocks'
complete -c badblocks -s o --description 'Output_file Write the list of bad blocks to the specified file'
complete -c badblocks -s p --description 'Repeat scanning the disk until there are no new blocks discovered in specified number of consecutive scans of the disk'