aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/cp.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-04 08:32:28 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-04 08:32:28 +1000
commit48ca253097e8597f680c24eda4eb0c3e40fc82c8 (patch)
tree7eb0905ecef8e03bcc02507817ecc0991188e396 /share/completions/cp.fish
parentda2a757dffde23aabaae42e10d78b562559fa123 (diff)
Minor spelling fixes
darcs-hash:20060603223228-ac50b-b4f7b190baf3c41bf23c224f5d68e8888dd4eaed.gz
Diffstat (limited to 'share/completions/cp.fish')
-rw-r--r--share/completions/cp.fish6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/completions/cp.fish b/share/completions/cp.fish
index b6bbecbd..4139cf49 100644
--- a/share/completions/cp.fish
+++ b/share/completions/cp.fish
@@ -15,9 +15,9 @@ complete -c cp -l help -d (N_ "Display help and exit")
complete -c cp -l version -d (N_ "Display version and exit")
complete -c cp -s L -l dereference -d (N_ "Always follow symbolic links")
complete -c cp -s P -l no-dereference -d (N_ "Never follow symbolic links")
-complete -c cp -s p -d (N_ ""Same as --preserve=mode,ownership,timestamps)
-complete -c cp -l preserve -d (N_ "Preserve the specified attributes (default: mode,ownership,timestamps) and security contexts, if possible additional attributes: links, all")
-complete -c cp -l no-preserve -r -d (N_ "Don't preserve the specified attributes")
+complete -c cp -s p -d (N_ "Same as --preserve=mode,ownership,timestamps")
+complete -c cp -l preserve -d (N_ "Preserve the specified attributes and security contexts, if possible") -a "mode ownership timestamps links all"
+complete -c cp -l no-preserve -r -d (N_ "Don't preserve the specified attributes") -a "mode ownership timestamps links all"
complete -c cp -l parents -d (N_ "Use full source file name under DIRECTORY")
complete -c cp -s r -s R -l recursive -d (N_ "Copy directories recursively")
complete -c cp -l remove-destination -d (N_ "Remove each existing destination file before attempting to open it (contrast with --force)")