From 4d63ebde15567a0af57835b4e12058c3fc0040e6 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 19 May 2016 14:29:04 +0200 Subject: Remove stray "=" from completions. --- share/completions/busctl.fish | 4 ++-- share/completions/flac.fish | 36 +++++++++++++++++----------------- share/completions/nm.fish | 6 +++--- share/completions/oggenc.fish | 12 ++++++------ share/completions/rsync.fish | 22 ++++++++++----------- share/completions/systemctl.fish | 4 ++-- share/completions/systemd-analyze.fish | 4 ++-- 7 files changed, 44 insertions(+), 44 deletions(-) (limited to 'share/completions') diff --git a/share/completions/busctl.fish b/share/completions/busctl.fish index ea3ef276..695c3035 100644 --- a/share/completions/busctl.fish +++ b/share/completions/busctl.fish @@ -141,8 +141,8 @@ complete -f -c busctl -n "__fish_seen_subcommand_from list" -l show-machine -d ' complete -x -c busctl -n "__fish_seen_subcommand_from list status" -l augment-creds -a "yes no" complete -f -c busctl -l user complete -f -c busctl -l system -complete -f -c busctl -s H -l host= -a "(__fish_print_hostnames)" -complete -f -c busctl -s M -l machine= -a "(__fish_systemd_machines)" +complete -f -c busctl -s H -l host -a "(__fish_print_hostnames)" +complete -f -c busctl -s M -l machine -a "(__fish_systemd_machines)" complete -f -c busctl -l no-pager complete -f -c busctl -l no-legend complete -f -c busctl -s h -l help diff --git a/share/completions/flac.fish b/share/completions/flac.fish index 2754a1f2..c7818bc7 100644 --- a/share/completions/flac.fish +++ b/share/completions/flac.fish @@ -11,26 +11,26 @@ complete -c flac -s c -l stdout -d "Write output to stdout" complete -c flac -s s -l silent -d "Do not write runtime encode/decode statistics" complete -c flac -l totally-silent -d "Do not print anything including errors" complete -c flac -s f -l force -d "Force overwriting of output files" -complete -c flac -r -s o -l output-name= -d "Force the output file name" -complete -c flac -l output-prefix= -d "Prepend STRING to output names" +complete -c flac -r -s o -l output-name -d "Force the output file name" +complete -c flac -l output-prefix -d "Prepend STRING to output names" complete -c flac -l delete-input-file -d "Deletes after a successful encode/decode" -complete -c flac -l skip= -d "Skip the given initial samples for each input {#|mm:ss.ss}" -complete -c flac -l until= -d "Stop at the given sample for each input file {#|[+|-]mm:ss.ss}" +complete -c flac -l skip -d "Skip the given initial samples for each input {#|mm:ss.ss}" +complete -c flac -l until -d "Stop at the given sample for each input file {#|[+|-]mm:ss.ss}" complete -c flac -l ogg -d "Use Ogg as transport layer" complete -c flac -l serial-number -d "Serial number to use for the FLAC stream" complete -c flac -l residual-text -d "Include residual signal in text output" complete -c flac -l residual-gnuplot -d "Generate gnuplot files of residual distribution" complete -c flac -s F -l decode-through-errors -d "Continue decoding through stream errors" -complete -c flac -l cue= -d "Set the beginning and ending cuepoints to decode [#.#][-[#.#]]" +complete -c flac -l cue -d "Set the beginning and ending cuepoints to decode [#.#][-[#.#]]" complete -c flac -s V -l verify -d "Verify a correct encoding" complete -c flac -l lax -d "Allow encoder to generate non-Subset files" complete -c flac -l sector-align -d "Align multiple files on sector boundaries" complete -c flac -l replay-gain -d "Calculate ReplayGain & store in Vorbis comments" -complete -c flac -l cuesheet= -d "Import cuesheet and store in CUESHEET block" -complete -c flac -x -s T -l tag= -d "Add a Vorbis comment FIELD=VALUE; may appear multiple times" -complete -c flac -x -s T -l tag-from-file= -d "Read tags from file" -complete -c flac -x -s S -l seekpoint= -d "Add seek point(s) {#|X|#x|#s}" -complete -c flac -x -s P -l padding= -d "Write a PADDING block of length #" +complete -c flac -l cuesheet -d "Import cuesheet and store in CUESHEET block" +complete -c flac -x -s T -l tag -d "Add a Vorbis comment FIELD=VALUE; may appear multiple times" +complete -c flac -x -s T -l tag-from-file -d "Read tags from file" +complete -c flac -x -s S -l seekpoint -d "Add seek point(s) {#|X|#x|#s}" +complete -c flac -x -s P -l padding -d "Write a PADDING block of length #" complete -c flac -s 0 -l compression-level-0 -d "Synonymous with -l 0 -b 1152 -r 22" complete -c flac -l fast -d "Synonymous with -l 0 -b 1152 -r 22" complete -c flac -s 1 -l compression-level-1 -d "Synonymous with -l 0 -b 1152 -M -r 2,2" @@ -42,23 +42,23 @@ complete -c flac -s 6 -l compression-level-6 -d "Synonymous with -l 8 -b complete -c flac -s 7 -l compression-level-7 -d "Synonymous with -l 8 -b 4608 -m -e -r 6" complete -c flac -s 8 -l compression-level-8 -d "Synonymous with -l 12 -b 4608 -m -e -r 6" complete -c flac -l best -d "Synonymous with -l 12 -b 4608 -m -e -r 6" -complete -c flac -x -s b -l blocksize= -d "Specify blocksize in samples" +complete -c flac -x -s b -l blocksize -d "Specify blocksize in samples" complete -c flac -s m -l mid-side -d "Try mid-side coding for each frame" complete -c flac -s M -l adaptive-mid-side -d "Adaptive mid-side coding for all frames" complete -c flac -s e -l exhaustive-model-search -d "Do exhaustive model search (expensive!)" -complete -c flac -x -s l -l max-lpc-order= -d "Max LPC order; 0 => only fixed predictors" +complete -c flac -x -s l -l max-lpc-order -d "Max LPC order; 0 => only fixed predictors" complete -c flac -s p -l qlp-coeff-precision-search -d "Exhaustively search LP coeff quantization" -complete -c flac -x -s q -l qlp-coeff-precision= -d "Specify precision in bits" -complete -c flac -x -s r -l rice-partition-order= -d "Set [min,]max residual partition order" +complete -c flac -x -s q -l qlp-coeff-precision -d "Specify precision in bits" +complete -c flac -x -s r -l rice-partition-order -d "Set [min,]max residual partition order" complete -c flac -l endian=big -d "Set byte order for samples" complete -c flac -l endian=little -d "Set byte order for samples" -complete -c flac -l channels= -d "Number of channels" -complete -c flac -l bps= -d "Number of bits per sample" -complete -c flac -l sample-rate= -d "Sample rate in Hz" +complete -c flac -l channels -d "Number of channels" +complete -c flac -l bps -d "Number of bits per sample" +complete -c flac -l sample-rate -d "Sample rate in Hz" complete -c flac -l sign=unsigned -d "Sign of samples" complete -c flac -l sign=signed -d "Sign of samples" -complete -c flac -l input-size= -d "Size of the raw input in bytes" +complete -c flac -l input-size -d "Size of the raw input in bytes" complete -c flac -l force-aiff-format -d "Force decoding to AIFF format" complete -c flac -l force-raw-format -d "Treat input or output as raw samples" diff --git a/share/completions/nm.fish b/share/completions/nm.fish index 832d3192..eb990981 100644 --- a/share/completions/nm.fish +++ b/share/completions/nm.fish @@ -7,7 +7,7 @@ complete -c nm -s A -l print-file-name -d 'Print name of the input file before e complete -c nm -l no-demangle -d 'Do not demangle low-level symbol names' complete -c nm -s D -l dynamic -d 'Display dynamic symbols instead of normal symbols' complete -c nm -l defined-only -d 'Display only defined symbols' -complete -c nm -s f -l format=FORMAT -d 'Use the output format FORMAT. FORMAT can be "bsd", "sysv" or "posix". The default is "bsd"' +complete -c nm -s f -l format -d 'Use the output format FORMAT. The default is "bsd"' -a 'bsd sysv posix' complete -c nm -s g -l extern-only -d 'Display only external symbols' complete -c nm -s l -l line-numbers -d 'Use debugging information to find a filename and line number for each symbol' complete -c nm -s n -l numeric-sort -d 'Sort symbols numerically by address' @@ -21,8 +21,8 @@ complete -c nm -s s -l print-armap -d 'Include index for symbols from arch complete -c nm -l size-sort -d 'Sort symbols by size' complete -c nm -l special-syms -d 'Include special symbols in the output' complete -c nm -l synthetic -d 'Display synthetic symbols as well' -complete -c nm -s t -l radix=RADIX -d 'Use RADIX for printing symbol values' -complete -c nm -l target=BFDNAME -d 'Specify the target object format as BFDNAME' +complete -c nm -s t -l radix -d 'Use RADIX for printing symbol values' +complete -c nm -l target -d 'Specify the target object format as BFDNAME' complete -c nm -s u -l undefined-only -d 'Display only undefined symbols' complete -c nm -s h -l help -d 'Display this information' complete -c nm -s V -l version -d "Display this program's version number" diff --git a/share/completions/oggenc.fish b/share/completions/oggenc.fish index 7d06a852..2c0a4646 100644 --- a/share/completions/oggenc.fish +++ b/share/completions/oggenc.fish @@ -5,9 +5,9 @@ complete -c oggenc -s Q -l quiet -f -d "Produce no output to stderr" complete -c oggenc -s h -l help -f -d "Print this help text" complete -c oggenc -s v -l version -f -d "Print the version number" complete -c oggenc -s r -l raw -f -d "Raw mode. Input files are read directly as PCM data" -complete -c oggenc -s B -l raw-bits= -x -d "Set bits/sample for raw input. Default is 16" -complete -c oggenc -s C -l raw-chan= -x -d "Set number of channels for raw input" -complete -c oggenc -s R -l raw-rate= -x -d "Set samples/sec for raw input" +complete -c oggenc -s B -l raw-bits -x -d "Set bits/sample for raw input. Default is 16" +complete -c oggenc -s C -l raw-chan -x -d "Set number of channels for raw input" +complete -c oggenc -s R -l raw-rate -x -d "Set samples/sec for raw input" complete -c oggenc -l raw-endianness -f -d "1 for bigendian, 0 for little (defaults to 0)" complete -c oggenc -s b -l bitrate -x -d "Choose a nominal bitrate to encode at" complete -c oggenc -l managed -f -d "Enable the bitrate management engine" @@ -19,11 +19,11 @@ complete -c oggenc -l resample -x -d "Resample input data to sampling rate complete -c oggenc -l downmix -f -d "Downmix stereo to mono" complete -c oggenc -s s -l serial -x -d "Specify a serial number for the stream" complete -c oggenc -l discard-comments -f -d "Prevents comments in FLAC and Ogg FLAC files from being copied to the output Ogg Vorbis file" -complete -c oggenc -s o -l output= -x -d "Write file to fn (only valid in single-file mode)" -complete -c oggenc -s n -l names= -x -d "Produce filenames as this string" +complete -c oggenc -s o -l output -x -d "Write file to fn (only valid in single-file mode)" +complete -c oggenc -s n -l names -x -d "Produce filenames as this string" complete -c oggenc -s X -l name-remove= -x -d "Remove the specified characters from parameters" complete -c oggenc -s P -l name-replace= -x -d "Replace characters removed by --name-remove" -complete -c oggenc -s c -l comment= -x -d "Add the given string as an extra comment" +complete -c oggenc -s c -l comment -x -d "Add the given string as an extra comment" complete -c oggenc -s d -l date -x -d "Date for track" complete -c oggenc -s N -l tracknum -x -d "Track number" complete -c oggenc -s t -l title -x -d "Title of track" diff --git a/share/completions/rsync.fish b/share/completions/rsync.fish index 040c332a..26bf0090 100644 --- a/share/completions/rsync.fish +++ b/share/completions/rsync.fish @@ -8,8 +8,8 @@ complete -c rsync -s r -l recursive --description "Recurse into directories" complete -c rsync -s R -l relative --description "Use relative path names" complete -c rsync -l no-implied-dirs --description "Don’t send implied dirs with --relative" complete -c rsync -s b -l backup --description "Make backups (see --suffix & --backup-dir)" -complete -c rsync -l backup-dir=DIR --description "Make backups into hierarchy based in DIR" -complete -c rsync -l suffix=SUFFIX --description "Backup suffix (default ~ w/o --backup-dir)" +complete -c rsync -l backup-dir --description "Make backups into hierarchy based in DIR" +complete -c rsync -l suffix --description "Backup suffix (default ~ w/o --backup-dir)" complete -c rsync -s u -l update --description "Skip files that are newer on the receiver" complete -c rsync -l inplace --description "Update destination files in-place" complete -c rsync -l append --description "Append data onto shorter files" @@ -25,7 +25,7 @@ complete -c rsync -s p -l perms --description "Preserve permissions" complete -c rsync -s E -l executability --description "Preserve executability" complete -c rsync -s A -l acls --description "Preserve ACLs (implies -p) [non-standard]" complete -c rsync -s X -l xattrs --description "Preserve extended attrs (implies -p) [n.s.]" -complete -c rsync -l chmod=CHMOD --description "Change destination permissions" +complete -c rsync -l chmod --description "Change destination permissions" complete -c rsync -s o -l owner --description "Preserve owner (super-user only)" complete -c rsync -s g -l group --description "Preserve group" complete -c rsync -l devices --description "Preserve device files (super-user only)" @@ -60,7 +60,7 @@ complete -c rsync -l partial-dir=DIR --description "Put a partially transferred complete -c rsync -l delay-updates --description "Put all updated files into place at end" complete -c rsync -s m -l prune-empty-dirs --description "Prune empty directory chains from file-list" complete -c rsync -l numeric-ids --description "Don’t map uid/gid values by user/group name" -complete -c rsync -l timeout=TIME --description "Set I/O timeout in seconds" +complete -c rsync -l timeout --description "Set I/O timeout in seconds" complete -c rsync -s I -l ignore-times --description "Don’t skip files that match size and time" complete -c rsync -l size-only --description "Skip files that match in size" complete -c rsync -l modify-window=NUM --description "Compare mod-times with reduced accuracy" @@ -72,17 +72,17 @@ complete -c rsync -l link-dest=DIR --description "Hardlink to files in DIR when complete -c rsync -s z -l compress --description "Compress file data during the transfer" complete -c rsync -l compress-level --description "Explicitly set compression level" complete -c rsync -s C -l cvs-exclude --description "Auto-ignore files in the same way CVS does" -complete -c rsync -s f -l filter=RULE --description "Add a file-filtering RULE" +complete -c rsync -s f -l filter --description "Add a file-filtering RULE" complete -c rsync -s F --description "Same as --filter=’dir-merge /.rsync-filter’ repeated: --filter='- .rsync-filter'" -complete -c rsync -l exclude=PATTERN --description "Exclude files matching PATTERN" -complete -c rsync -l exclude-from=FILE --description "Read exclude patterns from FILE" -complete -c rsync -l include=PATTERN --description "Don’t exclude files matching PATTERN" +complete -c rsync -l exclude --description "Exclude files matching PATTERN" +complete -c rsync -l exclude-from --description "Read exclude patterns from FILE" +complete -c rsync -l include --description "Don’t exclude files matching PATTERN" complete -c rsync -l include-from=FILE --description "Read include patterns from FILE" complete -c rsync -l files-from=FILE --description "Read list of source-file names from FILE" complete -c rsync -s 0 -l from0 --description "All *from/filter files are delimited by 0s" -complete -c rsync -l address=ADDRESS --description "Bind address for outgoing socket to daemon" -complete -c rsync -l port=PORT --description "Specify double-colon alternate port number" -complete -c rsync -l sockopts=OPTIONS --description "Specify custom TCP options" +complete -c rsync -l address --description "Bind address for outgoing socket to daemon" +complete -c rsync -l port --description "Specify double-colon alternate port number" +complete -c rsync -l sockopts --description "Specify custom TCP options" complete -c rsync -l blocking-io --description "Use blocking I/O for the remote shell" complete -c rsync -l stats --description "Give some file-transfer stats" complete -c rsync -s 8 -l 8-bit-output --description "Leave high-bit chars unescaped in output" diff --git a/share/completions/systemctl.fish b/share/completions/systemctl.fish index 296eeeb3..8f8116db 100644 --- a/share/completions/systemctl.fish +++ b/share/completions/systemctl.fish @@ -93,8 +93,8 @@ complete -f -c systemctl -l runtime -d 'Make changes only temporarily' complete -f -r -c systemctl -s n -l lines -d 'Number of journal lines to show' -a "(seq 1 1000)" complete -f -c systemctl -s o -l output -d 'Control journal formatting' -xa 'short short-monotonic verbose export json json-pretty json-sse cat' complete -f -c systemctl -l plain -d 'list-dependencies flat, not as tree' -complete -f -c systemctl -s H -l host= -d 'Execute the operation on a remote host' -a "(__fish_print_hostnames)" -complete -x -c systemctl -s M -l machine= -d 'Execute operation on a VM or container' -a "(__fish_systemd_machines)" +complete -f -c systemctl -s H -l host -d 'Execute the operation on a remote host' -a "(__fish_print_hostnames)" +complete -x -c systemctl -s M -l machine -d 'Execute operation on a VM or container' -a "(__fish_systemd_machines)" complete -f -c systemctl -s h -l help -d 'Print a short help and exit' complete -f -c systemctl -l version -d 'Print a short version and exit' complete -f -c systemctl -l no-pager -d 'Do not pipe output into a pager' diff --git a/share/completions/systemd-analyze.fish b/share/completions/systemd-analyze.fish index 52448dcc..268f6aa0 100644 --- a/share/completions/systemd-analyze.fish +++ b/share/completions/systemd-analyze.fish @@ -1,6 +1,6 @@ complete -c systemd-analyze -x -complete -f -c systemd-analzye -s H -l host= -d 'Execute the operation on a remote host' -a "(__fish_print_hostnames)" -complete -x -c systemd-analzye -s M -l machine= -d 'Execute operation on a VM or container' -a "(__fish_systemd_machines)" +complete -f -c systemd-analzye -s H -l host -d 'Execute the operation on a remote host' -a "(__fish_print_hostnames)" +complete -x -c systemd-analzye -s M -l machine -d 'Execute operation on a VM or container' -a "(__fish_systemd_machines)" complete -f -c systemd-analzye -s h -l help -d 'Print a short help and exit' complete -f -c systemd-analzye -l version -d 'Print a short version and exit' complete -f -c systemd-analzye -l no-pager -d 'Do not pipe output into a pager' -- cgit v1.2.3