aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-09 09:13:06 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-09 09:13:06 +1000
commitce689e69d5e903f39a378c5a1747d530ef4f9147 (patch)
treecddb49318413b830b6e0c0d1bf08ffebc582c7b7 /init
parent906495d713fa6e773ccd093143c34336361f28c8 (diff)
Make description messages more uniform
darcs-hash:20060108231306-ac50b-6476976dcdb9db47ac61052f0096e1f7eb27fc32.gz
Diffstat (limited to 'init')
-rw-r--r--init/completions/apm.fish10
-rw-r--r--init/completions/arp.fish14
-rw-r--r--init/completions/atd.fish6
-rw-r--r--init/completions/atq.fish4
-rw-r--r--init/completions/atrm.fish2
-rw-r--r--init/completions/configure.fish6
-rw-r--r--init/completions/date.fish6
-rw-r--r--init/completions/gcc.fish8
-rw-r--r--init/completions/gprof.fish2
-rw-r--r--init/completions/less.fish2
-rw-r--r--init/completions/ls.fish4
-rw-r--r--init/completions/rpm.fish8
-rw-r--r--init/completions/wget.fish10
-rw-r--r--init/completions/who.fish4
14 files changed, 43 insertions, 43 deletions
diff --git a/init/completions/apm.fish b/init/completions/apm.fish
index b0067b53..40f3699f 100644
--- a/init/completions/apm.fish
+++ b/init/completions/apm.fish
@@ -1,8 +1,8 @@
#apm
complete -f -c apm -s V -l version -d (_ "Display version and exit")
-complete -f -c apm -s v -l verbose -d (_ "print APM info")
-complete -f -c apm -s m -l minutes -d (_ "print time remaining")
-complete -f -c apm -s M -l monitor -d (_ "monitor status info")
-complete -f -c apm -s S -l standby -d (_ "request APM standby mode")
-complete -f -c apm -s s -l suspend -d (_ "request APM suspend mode")
+complete -f -c apm -s v -l verbose -d (_ "Print APM info")
+complete -f -c apm -s m -l minutes -d (_ "Print time remaining")
+complete -f -c apm -s M -l monitor -d (_ "Monitor status info")
+complete -f -c apm -s S -l standby -d (_ "Request APM standby mode")
+complete -f -c apm -s s -l suspend -d (_ "Request APM suspend mode")
complete -f -c apm -s d -l debug -d (_ "APM status debugging info")
diff --git a/init/completions/arp.fish b/init/completions/arp.fish
index f691b182..162c428f 100644
--- a/init/completions/arp.fish
+++ b/init/completions/arp.fish
@@ -1,11 +1,11 @@
#completion for arp
complete -c arp -s v -l verbose -d (_ "Verbose mode")
-complete -c arp -s n -l numeric -d (_ "numerical address")
-complete -x -c arp -s H -l tw-type -a "ether arcnet pronet ax25 netrom" -d (_ "class of hw type")
-complete -c arp -s a -l display -x -a "(__fish_print_hostnames)" -d (_ "show arp entries")
-complete -x -c arp -s d -l delete -a "(__fish_print_hostnames)" -d (_ "remove an entry for hostname")
-complete -c arp -s D -l use-device -d (_ "use hardware address")
-complete -x -c arp -s i -l device -a "(__fish_print_interfaces)" -d (_ "select interface")
+complete -c arp -s n -l numeric -d (_ "Numerical address")
+complete -x -c arp -s H -l tw-type -a "ether arcnet pronet ax25 netrom" -d (_ "Class of hw type")
+complete -c arp -s a -l display -x -a "(__fish_print_hostnames)" -d (_ "Show arp entries")
+complete -x -c arp -s d -l delete -a "(__fish_print_hostnames)" -d (_ "Remove an entry for hostname")
+complete -c arp -s D -l use-device -d (_ "Use hardware address")
+complete -x -c arp -s i -l device -a "(__fish_print_interfaces)" -d (_ "Select interface")
complete -x -c arp -s s -l set -d (_ "Manually create ARP address") -a "(__fish_print_hostnames)"
-complete -f -c arp -s f -l file -d (_ "take addr from filename, default /etc/ethers")
+complete -f -c arp -s f -l file -d (_ "Take addr from filename, default /etc/ethers")
diff --git a/init/completions/atd.fish b/init/completions/atd.fish
index 61dcb0cc..3d947e20 100644
--- a/init/completions/atd.fish
+++ b/init/completions/atd.fish
@@ -1,6 +1,6 @@
#atd
-complete -f -c atd -s l -d (_ "limiting load factor")
-complete -f -c atd -s b -d (_ "minimum interval in seconds")
+complete -f -c atd -s l -d (_ "Limiting load factor")
+complete -f -c atd -s b -d (_ "Minimum interval in seconds")
complete -f -c atd -s d -d (_ "Debug mode")
-complete -f -c atd -s s -d (_ "process at queue only once")
+complete -f -c atd -s s -d (_ "Process at queue only once")
diff --git a/init/completions/atq.fish b/init/completions/atq.fish
index 1a5665c9..8bb45235 100644
--- a/init/completions/atq.fish
+++ b/init/completions/atq.fish
@@ -1,4 +1,4 @@
#atq
-complete -f -c atq -s V -d (_ "print version")
-complete -f -c atq -s q -d (_ "use specified queue")
+complete -f -c atq -s V -d (_ "Print version")
+complete -f -c atq -s q -d (_ "Use specified queue")
diff --git a/init/completions/atrm.fish b/init/completions/atrm.fish
index 5a09e789..3930eedc 100644
--- a/init/completions/atrm.fish
+++ b/init/completions/atrm.fish
@@ -1,2 +1,2 @@
#atrm
-complete -f -c atrm -s V -d (_ "print version")
+complete -f -c atrm -s V -d (_ "Print version")
diff --git a/init/completions/configure.fish b/init/completions/configure.fish
index d8437564..5e9c7f64 100644
--- a/init/completions/configure.fish
+++ b/init/completions/configure.fish
@@ -7,6 +7,6 @@ complete -c configure -s n -l no-create -d (_ "Do not create output files")
complete -c configure -l srcdir -d (_ "Set source directory") -a "__fish_complete_directory (commandline -ct)" -x
complete -c configure -l prefix -d (_ "Architecture-independent install directory") -a "__fish_complete_directory (commandline -ct)" -x
complete -c configure -l exec-prefix -d (_ "Architecture-dependent install directory") -a "__fish_complete_directory (commandline -ct)" -x
-complete -c configure -l build -d (_ "configure for building on BUILD") -x
-complete -c configure -l host -d (_ "cross-compile to build programs to run on HOST") -x
-complete -c configure -l target -d (_ "configure for building compilers for TARGET") -x -u
+complete -c configure -l build -d (_ "Configure for building on BUILD") -x
+complete -c configure -l host -d (_ "Cross-compile to build programs to run on HOST") -x
+complete -c configure -l target -d (_ "Configure for building compilers for TARGET") -x -u
diff --git a/init/completions/date.fish b/init/completions/date.fish
index 468464d4..863080b6 100644
--- a/init/completions/date.fish
+++ b/init/completions/date.fish
@@ -3,9 +3,9 @@ complete -c date -s f -l file -d (_ "Display date for each line in file") -r
complete -c date -s I -l iso-8601 -d (_ "Output in ISO 8601 format") -x -a "date hours minutes seconds"
complete -c date -s s -l set -d (_ "Set time") -x
complete -c date -s R -l rfc-2822 -d (_ "Output RFC-2822 compliant date string")
-complete -c date -s r -l reference -d (_ "display the last modification time of file") -r
-complete -c date -s u -l utc -d (_ "print or set Coordinated Universal Time")
-complete -c date -l universal -d (_ "print or set Coordinated Universal Time")
+complete -c date -s r -l reference -d (_ "Display the last modification time of file") -r
+complete -c date -s u -l utc -d (_ "Print or set Coordinated Universal Time")
+complete -c date -l universal -d (_ "Print or set Coordinated Universal Time")
complete -c date -s h -l help -d (_ "Display help and exit")
complete -c date -s v -l version -d (_ "Display version and exit")
diff --git a/init/completions/gcc.fish b/init/completions/gcc.fish
index 2d437bf0..77ba7362 100644
--- a/init/completions/gcc.fish
+++ b/init/completions/gcc.fish
@@ -51,10 +51,10 @@ complete -c gcc -o ffreestanding -d (_ 'Assert freestanding environment')
complete -c gcc -o fms-extensions -d (_ 'Use Microsoft extensions')
complete -c gcc -o trigraphs -d (_ 'Use ANSI trigraphs')
complete -c gcc -o no-integrated-cpp -d (_ 'Do not use integrated preprocessor')
-complete -c gcc -o funsigned-char -d (_ 'char is unsigned')
-complete -c gcc -o fsigned-char -d (_ 'char is signed')
-complete -c gcc -o funsigned-bitfields -d (_ 'bifield is unsigned')
-complete -c gcc -o fsigned-bitfields -d (_ 'bifield is signed')
+complete -c gcc -o funsigned-char -d (_ 'Char is unsigned')
+complete -c gcc -o fsigned-char -d (_ 'Char is signed')
+complete -c gcc -o funsigned-bitfields -d (_ 'Bifield is unsigned')
+complete -c gcc -o fsigned-bitfields -d (_ 'Bifield is signed')
complete -c gcc -o fno-unsigned-bitfields -d (_ 'All bifields are signed')
complete -c gcc -o fno-signed-bitfields -d (_ 'All bifield are signed')
complete -c gcc -o fwritable-strings -d (_ 'String constants are not const')
diff --git a/init/completions/gprof.fish b/init/completions/gprof.fish
index a51aecd4..31cbb898 100644
--- a/init/completions/gprof.fish
+++ b/init/completions/gprof.fish
@@ -28,7 +28,7 @@ complete -xc gprof -s n -l time -d (_ "Only propagate times for matching symbols
complete -xc gprof -s N -l no-time -d (_ "Do not propagate times for matching symbols")
complete -xc gprof -s z -l display-unused-functions -d (_ "Mention unused functions in flat profile")
complete -xc gprof -s d -l debug -d (_ "Specify debugging options")
-complete -xc gprof -s h -l help -d (_ "Print help and exit")
+complete -xc gprof -s h -l help -d (_ "Display help and exit")
complete -xc gprof -s v -l version -d (_ "Display version and exit and exit")
complete -xc gprof -s O -l file-format -x -a "auto bsd 4.4bsd magic prof" -d (_ "Profile data format")
complete -xc gprof -s s -l sum -d (_ "Print summary")
diff --git a/init/completions/less.fish b/init/completions/less.fish
index e53e800d..495651fb 100644
--- a/init/completions/less.fish
+++ b/init/completions/less.fish
@@ -41,7 +41,7 @@ complete -c less -s U -l UNDERLINE-SPECIAL -d (_ "Allow backspace, tab and carri
complete -c less -s V -l version -d (_ "Display version and exit")
complete -c less -s w -l hilite-unread -d (_ "Flash first unread line on new page")
complete -c less -s W -l HILITE-UNREAD -d (_ "Flash first unread line on any movement")
-complete -c less -s x -l tabs -d (_ "set tab stops") -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16"
+complete -c less -s x -l tabs -d (_ "Set tab stops") -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16"
complete -c less -s X -l no-init -d (_ "No termcap init")
complete -c less -l no-keypad -d (_ "No keypad init")
complete -c less -s y -l max-forw-scroll -d (_ "Maximum forward scroll") -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19"
diff --git a/init/completions/ls.fish b/init/completions/ls.fish
index df5e0caf..bf533d26 100644
--- a/init/completions/ls.fish
+++ b/init/completions/ls.fish
@@ -25,7 +25,7 @@ for i in ls ll la
complete -c $i -l indicator-style -x -a "none classify file-type" -d (_ "Append indicator to entry")
complete -c $i -s i -l inode -d (_ "Print index number of files")
complete -c $i -s I -l ignore -r -d (_ "Skip entries matching pattern")
- complete -c $i -s k -d (_ "like --block-size=1K")
+ complete -c $i -s k -d (_ "Like --block-size=1K")
complete -c $i -s l -d (_ "Long format")
complete -c $i -s L -l dereference -d (_ "Follow symlinks")
complete -c $i -s m -d (_ "Comma separated format")
@@ -67,7 +67,7 @@ for i in ls ll la
complete -c $i -s v -d (_ "Sort by version")
complete -c $i -s w -l width -x -d (_ "Assume screen width")
complete -c $i -s x -d (_ "List entries by lines")
- complete -c $i -s X -d (_ "sort by extension")
+ complete -c $i -s X -d (_ "Sort by extension")
complete -c $i -s 1 -d (_ "List one file per line")
complete -c $i -l help -d (_ "Display help and exit")
complete -c $i -l version -d (_ "Display version and exit")
diff --git a/init/completions/rpm.fish b/init/completions/rpm.fish
index 073a00e2..78759c86 100644
--- a/init/completions/rpm.fish
+++ b/init/completions/rpm.fish
@@ -1,8 +1,8 @@
# Completions for the rpm command. Insanely complicated,
# since rpm has multiple operation modes, and a perverse number of switches.
-complete -c rpm -s "?" -l help -d (_ "Print help and exit")
-complete -c rpm -l version -d (_ "Display version and exit and exit")
+complete -c rpm -s "?" -l help -d (_ "Display help and exit")
+complete -c rpm -l version -d (_ "Display version and exit")
complete -c rpm -l quiet -d (_ "Be less verbose")
complete -c rpm -s v -d (_ "Be more verbose")
complete -c rpm -l rcfile -d (_ "List of rpm configuration files") -f
@@ -24,7 +24,7 @@ complete $rpm_install -l allfiles -d (_ "Installs or upgrades all the missing ok
complete $rpm_install -l badreloc -d (_ "Used with --relocate, permit relocations on all file paths, not just those OLD-PATH's included in the binary package relocation hint(s)")
complete $rpm_install -l aid -d (_ 'Add suggested packages to the transaction set when needed')
complete $rpm_install -l allfiles -d (_ 'Installs or upgrades all the missingok files in the package, regardless if they exist')
-complete $rpm_install -l badreloc -d (_ 'Used with --relocate, permit relocations on all file paths, not just those OLD-PATH's included in the binary package relocation hint(s)')
+complete $rpm_install -l badreloc -d (_ "Used with --relocate, permit relocations on all file paths, not just those OLD-PATH's included in the binary package relocation hint(s)")
complete $rpm_install -l excludepath -d (_ "Don't install files whose name begins with OLDPATH") -xa "(__fish_complete_directory (commandline -ct) 'Skip installation of files in this directory')"
complete $rpm_install -l excludedocs -d (_ "Don't install any files which are marked as documentation (which includes man pages and texinfo documents)")
complete $rpm_install -l force -d (_ 'Same as using --replacepkgs, --replacefiles, and --oldpackage')
@@ -131,4 +131,4 @@ complete $rpm_mode -s V -l verify -d (_ 'Verify package integrety')
complete $rpm_mode -s e -l erase -d (_ 'Erase package')
set -e rpm_mode
-complete -c rpm -xa '(__fish_complete_suffix (commandline -ct) .rpm (_ "RPM package") )'
+complete -c rpm -xa '(__fish_complete_suffix (commandline -ct) .rpm (_ "Package") )'
diff --git a/init/completions/wget.fish b/init/completions/wget.fish
index bd351143..3c67c160 100644
--- a/init/completions/wget.fish
+++ b/init/completions/wget.fish
@@ -88,17 +88,17 @@ complete -c wget -l retr-symlinks -d (_ "Traverse symlinks and retrive pointed-t
complete -c wget -s r -l recursive -d (_ "Turn on recursive retrieving")
complete -c wget -n '__fish_contains_opt -s r recursive' -s l -l level -d (_ "Specify recursion maximum depth") -x
-complete -c wget -l delete-after -d (_ "delete every single file downloaded")
-complete -c wget -s k -l convert-links -d (_ "convert the links in the document to make them suitable for local viewing")
+complete -c wget -l delete-after -d (_ "Delete every single file downloaded")
+complete -c wget -s k -l convert-links -d (_ "Convert the links in the document to make them suitable for local viewing")
complete -c wget -s K -l backup-converted -d (_ "Back up the original version")
complete -c wget -s m -l mirror -d (_ "Turn on options suitable for mirroring")
-complete -c wget -s p -l page-requisites -d (_ "download all the files that are necessary to properly display a given HTML page")
+complete -c wget -s p -l page-requisites -d (_ "Download all the files that are necessary to properly display a given HTML page")
complete -c wget -l strict-comments -d (_ "Turn on strict parsing of HTML comments")
#Recursive accept/reject options
-complete -c wget -s A -l accept -d (_ "comma-separated lists of file name suffixes or patterns to accept") -x
-complete -c wget -s R -l reject -d (_ "comma-separated lists of file name suffixes or patterns to reject") -x
+complete -c wget -s A -l accept -d (_ "Comma-separated lists of file name suffixes or patterns to accept") -x
+complete -c wget -s R -l reject -d (_ "Comma-separated lists of file name suffixes or patterns to reject") -x
complete -c wget -s D -l domains -d (_ "Set domains to be followed") -x
complete -c wget -l exclude-domains -d (_ "Specify the domains that are not to be followed") -x
complete -c wget -l follow-ftp -d (_ "Follow FTP links from HTML documents")
diff --git a/init/completions/who.fish b/init/completions/who.fish
index 8b79bcb7..fa5020e8 100644
--- a/init/completions/who.fish
+++ b/init/completions/who.fish
@@ -15,6 +15,6 @@ complete -c who -s T -l mesg -d (_ "Print users message status as +, - or ?")
complete -c who -s w -l writable -d (_ "Print users message status as +, - or ?")
complete -c who -l message -d (_ "Print users message status as +, - or ?")
complete -c who -s u -l users -d (_ "List users logged in")
-complete -c who -l help -d (_ "Print help and exit")
-complete -c who -l version -d (_ "Display version and exit and exit")
+complete -c who -l help -d (_ "Display help and exit")
+complete -c who -l version -d (_ "Display version and exit")