Fix typos

Fixes #2673.
This commit is contained in:
Fabian Homborg 2016-01-12 00:08:41 +01:00
parent 1dac0041d5
commit 8e79da3b2d
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'