diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-17 15:33:27 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-17 15:33:27 +0000 |
| commit | e475a39d4c4d5d4c5f0ddfba59eb2190d559112f (patch) | |
| tree | 57c91ddd5322624799adc03982694928f737dcf5 /Completion/X/Command/_mozilla | |
| parent | users/11083: functions for handling shell arguments in ZLE (diff) | |
| download | zsh-e475a39d4c4d5d4c5f0ddfba59eb2190d559112f.tar zsh-e475a39d4c4d5d4c5f0ddfba59eb2190d559112f.tar.gz zsh-e475a39d4c4d5d4c5f0ddfba59eb2190d559112f.tar.bz2 zsh-e475a39d4c4d5d4c5f0ddfba59eb2190d559112f.tar.lz zsh-e475a39d4c4d5d4c5f0ddfba59eb2190d559112f.tar.xz zsh-e475a39d4c4d5d4c5f0ddfba59eb2190d559112f.tar.zst zsh-e475a39d4c4d5d4c5f0ddfba59eb2190d559112f.zip | |
23057, 23058, 23059: completions from arno
Diffstat (limited to 'Completion/X/Command/_mozilla')
| -rw-r--r-- | Completion/X/Command/_mozilla | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_mozilla b/Completion/X/Command/_mozilla index eef72d2aa..7b2689757 100644 --- a/Completion/X/Command/_mozilla +++ b/Completion/X/Command/_mozilla @@ -27,7 +27,6 @@ else else mozopts=( "($popts)-installer[start with 4.x migration window]" - "($popts)-CreateProfile:profile" "($popts)-ProfileWizard[start with profile wizard]" "($popts)-SelectProfile[start with profile selection dialog]" '-splash[enable splash screen]' @@ -42,6 +41,7 @@ else _x_arguments -C $mozopts \ '-height[height of startup window]:height' \ '(-)'{-h,-help}'[show usage message]' \ + "($popts)-CreateProfile:profile" \ '-width[width of startup window]:width' \ '(-)'{-v,-version}'[show the version number and build date]' \ "($popts)-P[start with profile]:profile:->profile" \ |
