diff --git a/share/completions/cdrecord.fish b/share/completions/cdrecord.fish index 2e0cfce45..e0a891955 100644 --- a/share/completions/cdrecord.fish +++ b/share/completions/cdrecord.fish @@ -12,15 +12,15 @@ complete -c cdrecord -o force -d (N_ "Force to continue on some errors") complete -c cdrecord -o immed -d (N_ "Tell cdrecord to set the SCSI IMMED flag in certain commands") complete -c cdrecord -a "minbuf={25,35,45,55,65,75,85,95}" -d (N_ "Defines the minimum drive buffer fill ratio for the experimental ATAPI wait mode intended to free the IDE bus to allow hard disk and CD/DVD writer on the same IDE cable") complete -c cdrecord -o dummy -d (N_ "Complete CD/DVD-Recorder recording process with the laser turned off") -complete -c cdrecord -o clone -d (N_ "Tells cdrecord to handle images created by readcd -clone") +complete -c cdrecord -o clone -d (N_ "Tells cdrecord to handle images created by readcd -clone") complete -c cdrecord -o dao complete -c cdrecord -o sao -d (N_ "Set SAO (Session At Once) mode, usually called Disk At Once mode") -complete -c cdrecord -o tao -d (N_ "Set TAO (Track At Once) writing mode") +complete -c cdrecord -o tao -d (N_ "Set TAO (Track At Once) writing mode") complete -c cdrecord -o raw -d (N_ "Set RAW writing mode") complete -c cdrecord -o raw96r -d (N_ "Select Set RAW writing, the preferred raw writing mode") complete -c cdrecord -o raw96p -d (N_ "Select Set RAW writing, the less preferred raw writing mode") complete -c cdrecord -o raw16 -d (N_ "Select Set RAW writing, the preferred raw writing mode if raw96r is not supported") -complete -c cdrecord -o multi -d (N_ "Allow multi session CDs to be made") +complete -c cdrecord -o multi -d (N_ "Allow multi session CDs to be made") complete -c cdrecord -o msinfo -d (N_ "Retrieve multi session info in a form suitable for mkisofs-1.10 or later") complete -c cdrecord -o toc -d (N_ "Retrieve and print out the table of content or PMA of a CD") complete -c cdrecord -o atip -d (N_ "Retrieve and print out the ATIP (absolute Time in Pre-groove) info") @@ -28,14 +28,14 @@ complete -c cdrecord -o fix -d (N_ "The disk will only be fixated") complete -c cdrecord -o nofix -d (N_ "Do not fixate the disk after writing the tracks") complete -c cdrecord -o waiti -d (N_ "Wait for input to become available on standard input before trying to open the SCSI driver") complete -c cdrecord -o load -d (N_ "Load the media and exit") -complete -c cdrecord -o lock -d (N_ "Load the media, lock the door and exit") +complete -c cdrecord -o lock -d (N_ "Load the media, lock the door and exit") complete -c cdrecord -o eject -d (N_ "Eject disk after doing the work") complete -c cdrecord -a "speed={0,150,172,1385}" -d (N_ "Set the speed factor of the writing process to #") complete -c cdrecord -a "blank={help,all,fast,track,unreserve,trtail,unclose,session}" -d (N_ "Blank a CD-RW and exit or blank a CD-RW before writing") complete -c cdrecord -o format -d (N_ "Format a CD-RW/DVD-RW/DVD+RW disc") -complete -c cdrecord -a "fs=" -d (N_ "Set the FIFO (ring buffer) size to #") +complete -c cdrecord -a "fs=" -d (N_ "Set the FIFO (ring buffer) size to #") complete -c cdrecord -a "ts=" -d (N_ "Set the maximum transfer size for a single SCSI command to #") -complete -c cdrecord -a "dev=" -d (N_ "Sets the SCSI target for the CD/DVD-Recorder") +complete -c cdrecord -a "dev=" -d (N_ "Sets the SCSI target for the CD/DVD-Recorder") complete -c cdrecord -a "gracetime=" -d (N_ "Set the grace time before starting to write to ># seconds") complete -c cdrecord -a "timeout=" -d (N_ "Set the default SCSI command timeout value to # seconds") complete -c cdrecord -a "driver={help,mmc_cd,mmc_cd_dvd,mmc_cdr,mmc_cdr_sony,mmc_dvd,mmc_dvdplus,mmc_dvdplusr,mmc_dvdplusrw,cw_7501,kodak_pcd_600,philips_cdd521,philips_cdd521_old,philips_cdd522,philips_dumb,pioneer_dws114x,plasmon_rf4100,ricoh_ro1060c,ricoh_ro1420c,scsi2_cd,sony_cdu924,teac_cdr50,tyuden_ew50,yamaha_cdr100,cdr_simul,dvd_simul}" -d (N_ "Allows the user to manually select a driver for the device") @@ -53,7 +53,7 @@ complete -c cdrecord -o abort -d (N_ "Try to send an abort sequence to the drive complete -c cdrecord -o overburn -d (N_ "Allow cdrecord to write more than the official size of a medium") complete -c cdrecord -o ignsize -d (N_ "Ignore the known size of the medium, use for debugging only") complete -c cdrecord -o useinfo -d (N_ "Use *.inf files to overwrite audio options") -complete -c cdrecord -a "defpregap=" -d (N_ "Set the default pre-gap size for all tracks except track nr 1") +complete -c cdrecord -a "defpregap=" -d (N_ "Set the default pre-gap size for all tracks except track nr 1") complete -c cdrecord -o packet -d (N_ "Set Packet writing mode (experimental interface)") complete -c cdrecord -a "pktsize=" -d (N_ "Set the packet size to #, forces fixed packet mode (experimental)") complete -c cdrecord -o noclose -d (N_ "Do not close the current track, only when in packet writing mode (experimental)") @@ -67,7 +67,7 @@ complete -c cdrecord -a "cuefile=" -d (N_ "Take all recording related info from complete -c cdrecord -a "isrc=" -d (N_ "Set the International Standard Recording Number for the next track") complete -c cdrecord -a "index=" -d (N_ "Sets an index list for the next track") complete -c cdrecord -o audio -d (N_ "All subsequent tracks are written in CD-DA audio format") -complete -c cdrecord -o swab -d (N_ "Audio data is assumed to be in byte-swapped (little-endian) order") +complete -c cdrecord -o swab -d (N_ "Audio data is assumed to be in byte-swapped (little-endian) order") complete -c cdrecord -o data -d (N_ "All subsequent tracks are written in CD-ROM mode 1 (Yellow Book) format") complete -c cdrecord -o mode2 -d (N_ "All subsequent tracks are written in CD-ROM mode 2 format") complete -c cdrecord -o xa -d (N_ "All subsequent tracks are written in CD-ROM XA mode 2 form 1 format") @@ -75,13 +75,13 @@ complete -c cdrecord -o xa1 -d (N_ "All subsequent tracks are written in CD-ROM complete -c cdrecord -o xa2 -d (N_ "All subsequent tracks are written in CD-ROM XA mode 2 form 2 format") complete -c cdrecord -o xamix -d (N_ "All subsequent tracks are written in a way that allows a mix of CD-ROM XA mode 2 form 1/2 format") complete -c cdrecord -o cdi -d (N_ "The TOC type for the disk is set to CDI, with XA only") -complete -c cdrecord -o isosize -d (N_ "Use the ISO-9660 file system size as the size of the next track") +complete -c cdrecord -o isosize -d (N_ "Use the ISO-9660 file system size as the size of the next track") complete -c cdrecord -o pad -d (N_ "15 sectors of zeroed data will be added to the end of this and each subsequent data track") complete -c cdrecord -a "padsize=" -d (N_ "Set the amount of data to be appended as padding to the next track") complete -c cdrecord -o nopad -d (N_ "Do not pad the following tracks - the default") complete -c cdrecord -o shorttrack -d (N_ "Allow all subsequent tracks to violate the Red Book track length standard (min 4 s)") complete -c cdrecord -o noshorttrack -d (N_ "Re-enforce the Red Book track length standard (min 4 s)") -complete -c cdrecord -a "pregap=" -d (N_ "Set the pre-gap size for the next track") +complete -c cdrecord -a "pregap=" -d (N_ "Set the pre-gap size for the next track") complete -c cdrecord -o preemp -d (N_ "All TOC entries for subsequent audio tracks will indicate that the audio data has been sampled with 50/15 microsec pre-emphasis") complete -c cdrecord -o nopreemp -d (N_ "All TOC entries for subsequent audio tracks will indicate that the audio data has been mastered with linear data") complete -c cdrecord -o copy -d (N_ "All TOC entries for subsequent audio tracks of the resulting CD will indicate that the audio data has permission to be copied without limit") diff --git a/share/completions/patch.fish b/share/completions/patch.fish index c3c7ec810..d46aad850 100644 --- a/share/completions/patch.fish +++ b/share/completions/patch.fish @@ -4,7 +4,7 @@ complete -c patch -s b -l backup -d (N_ "Make backup files, when patching a file, rename or copy the original instead of removing it") complete -c patch -l backup-if-mismatch -d (N_ "Back up a file if the patch does not match the file exactly") -complete -c patch -l no-backup-if-mismatch -d (N_ "Do not back up a file if the patch does not match the file exactly") +complete -c patch -l no-backup-if-mismatch -d (N_ "Do not back up a file if the patch does not match the file exactly") complete -c patch -s B -l prefix -r -f -d (N_ "Prefix pref to a file name when generating its simple backup file name") complete -c patch -l binary -d (N_ "Read and write all files in binary mode") complete -c patch -s c -l context -d (N_ "Interpret the patch file as a ordinary context diff") @@ -26,7 +26,7 @@ complete -c patch -s p -l strip -r -f -d (N_ "Strip the smallest prefix containi complete -c patch -l posix -d (N_ "Conform more strictly to the POSIX standard") complete -c patch -l quoting-style -r -f -d (N_ "Use style word to quote output names") complete -c patch -s r -l reject-file -r -f -d (N_ "Put rejects into rejectfile instead of the default .rej file") -complete -c patch -s R -l reverse -d (N_ "Assume that this patch was created with the old and new files swapped") +complete -c patch -s R -l reverse -d (N_ "Assume that this patch was created with the old and new files swapped") complete -c patch -s s -l silent -l quiet -d (N_ "Work silently, unless an error occurs") complete -c patch -s t -l batch -d (N_ "Suppress questions like -f, but make some different assumptions") complete -c patch -s T -l set-time -d (N_ "Set the modification and access times of patched files from time stamps given in context diff headers, local time") @@ -37,5 +37,5 @@ complete -c patch -l verbose -d (N_ "Output extra information about the work bei complete -c patch -s x -l debug -r -f -d (N_ "Set internal debugging flags of interest only to patch patchers") complete -c patch -s Y -l basename-prefix -r -f -d (N_ "Prefix pref to the basename of a file name when generating its simple backup file name") complete -c patch -s z -l suffix -r -f -d (N_ "Use suffix as the simple backup suffix") -complete -c patch -s Z -l set-utc -d (N_ "Set the modification and access times of patched files from time stamps given in context diff headers, UTC, GMT") +complete -c patch -s Z -l set-utc -d (N_ "Set the modification and access times of patched files from time stamps given in context diff headers, UTC, GMT") diff --git a/share/completions/xargs.fish b/share/completions/xargs.fish index 51187aa0f..8456a123e 100644 --- a/share/completions/xargs.fish +++ b/share/completions/xargs.fish @@ -2,7 +2,7 @@ #Completions for xargs # -complete -c xargs -s 0 -l null -d (N_ "Input filenames are terminated by a null character instead of by whitespace, and the quotes and backslash are not special") +complete -c xargs -s 0 -l null -d (N_ "Input filenames are terminated by a null character instead of by whitespace, and the quotes and backslash are not special") complete -c xargs -s e -l eof -d (N_ "Set the end of file string to eof-str") complete -c xargs -s E -r -f -d (N_ "Set the end of file string to eof-str") complete -c xargs -l help -d (N_ "Display help and exit") @@ -10,7 +10,7 @@ complete -c xargs -s i -l replace -d (N_ "Replace replace-str in the initial arg complete -c xargs -s I -r -f -d (N_ "Replace replace-str in the initial arguments with names from standard input") complete -c xargs -s l -l max-lines -d (N_ "Use at most max-lines nonblank input lines per command line") complete -c xargs -s L -r -f -d (N_ "Use at most max-lines nonblank input lines per command line") -complete -c xargs -s n -l max-args -r -f -d (N_ "Use at most max-args arguments per command line") +complete -c xargs -s n -l max-args -r -f -d (N_ "Use at most max-args arguments per command line") complete -c xargs -s p -l interactive -d (N_ "Prompt the user about whether to run each command line and read a line from the terminal") complete -c xargs -s r -l no-run-if-empty (N_ "If the standard input does not contain any nonblanks, do not run the command") complete -c xargs -s s -l max-chars -r -f -d (N_ "Use at most max-chars characters per command line")