diff --git a/share/completions/badblocks.fish b/share/completions/badblocks.fish index c71c57b0f..851b71eca 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' diff --git a/share/completions/fcrontab.fish b/share/completions/fcrontab.fish index fa7fb3144..da9bcdd2d 100644 --- a/share/completions/fcrontab.fish +++ b/share/completions/fcrontab.fish @@ -7,7 +7,7 @@ complete -c fcrontab -s u --description 'User Specify the user whose fcrontab will be managed, or "systab" for the system fcrontab' complete -c fcrontab -s l --description 'List user\'s current fcrontab to standard output' -complete -c fcrontab -s e --description 'Edit user\'s current fcrontab using either the editor specified by the environment variable VIS‐ UAL, or EDITOR if VISUAL is not set' +complete -c fcrontab -s e --description 'Edit user\'s current fcrontab using either the editor specified by the environment variable VISUAL, or EDITOR if VISUAL is not set' complete -c fcrontab -s r --description 'Remove user\'s fcrontab' complete -c fcrontab -s z --description 'Reinstall user\'s fcrontab from its source code' complete -c fcrontab -s n --description 'Ignore previous version'